# oldmcrypt/cfg - "Build" settings for package # Revision: 100918 #--------------------------------------------------------------------- [technotes] # 1. This package installs an old version of the "mcrypt" program un- # der the name "oldmcrypt". The old version may be able to handle some # files that aren't supported by newer versions. #--------------------------------------------------------------------- # 2. This file's "settings" block should set "exepack" and "strip" to # "no" for this package or corruption may occur. Note: Executable(s) # will be stripped and compressed regardless at a later point (when # "mcrypt" is built). #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.45 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.62 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.55 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = no license = GNU General Public License, version 2 (June 1991) nosyslinks = yes proddir = none purge = no shareddir = yes strip = no tmpsize = 6M unpack = relaxed #--------------------------------------------------------------------- [depends] actools bzip2 gawk grep gzip libmcrypt:strict libmhash zlib #--------------------------------------------------------------------- [configure] TMPPROD=/var/tmp/oldmcrypt MANBASE=$TMPPROD/man mkdir -p $MANBASE $TMPPROD bash ./configure \ --prefix=$TMPPROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] TMPPROD=/var/tmp/oldmcrypt XBINDIR=$PRODTREE/mcrypt/bin cd $TMPPROD/bin mkdir -p $XBINDIR rm -fr $XBINDIR/oldmcrypt mv mcrypt $XBINDIR/oldmcrypt cd / rm -fr $TMPPROD #--------------------------------------------------------------------- # 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/mcrypt url_home_1 = http://mcrypt.sourceforge.net/ url_home_2 = http://mcrypt.hellug.gr/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/mcrypt/\ mcrypt-2.6.5.tar.gz