# arj/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://github.com/joncampbell123/arj #--------------------------------------------------------------------- 2. This package is based on a 2016 fork of the ancient original "arj" program plus Debian patches [as of 2025] that seem to be compatible with the fork. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.65 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.65 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.85 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.42 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default compiler = clang depends = none exepack = yes license = See "license*.txt" in installed tree licfile = doc/COPYING smp = no tmpsize = 6M #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's/\(maybe_os\)=.*/\1=linux-gnu/' \ -e 's/\(basic_machine\)=.*/\1=i686/' \ -i `find . -type f -name config.sub` cd gnu autoconf bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE cd .. #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -s arj unarj #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/arj url_home = http://arj.sourceforge.net/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180715 Updated Debian patches 251009 Switched to a fork 251009 Updated Debian patches