# makeself/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.63 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = GNU General Public License, version 2 (June 1991) revision = 2.1.5 unpack = none #--------------------------------------------------------------------- [depends] bash:forward bzip2 compress coreutils gzip sh:forward tar #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR XTMPDIR=makeself mkdir $XTMPDIR pushd $XTMPDIR sh $PKGDIR_SPECIAL/makeself-*.run cd makeself-* cp -p makeself.sh $BINDIR/ cp -p makeself-header.sh $BINDIR/ cp -p makeself.1 $MANDIR/ cd $BINDIR chmod 755 * ln -s makeself.sh makeself popd rm -r $XTMPDIR #--------------------------------------------------------------------- # 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_archive = http://megastep.org/makeself/makeself-2.1.5.run url_debian = http://packages.debian.org/sid/makeself url_home = http://megastep.org/makeself/ url_lfs = n/a