# arj/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Presently, the source tarball that's used for this package is anci- ent (it dates back to 2005). However, as of mid-2008, it was the la- test known official version. #--------------------------------------------------------------------- [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 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 tar Jxf $PKGDIR_SPECIAL/arj_3.10.22-17.debian.tar.xz for x in `cat debian/patches/series` do patch -p1 < debian/patches/$x done 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 = http://downloads.sourceforge.net/arj/\ arj-3.10.22.tar.gz #--------------------------------------------------------------------- [history] 180715 Updated Debian patches