# unzip/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.25 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.45 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 000.98 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] cflags64 = yes configure = none license = See "license*.txt" in installed tree proddir = $PRODTREE/infozip purge = yes revision = 6.00 shareddir = yes #--------------------------------------------------------------------- [depends] grep:forward gzip #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR gzip -c -d < $PKGDIR_SPECIAL/unreduce.c.gz > unreduce.c export LOCAL_UNZIP=-DUSE_SMITH_CODE make -f unix/Makefile generic cp -p unzip unzipsfx funzip $BINDIR/ cp -p man/*.1 $MANDIR/ cp -p LICENSE $DOCDIR/license-unzip.txt cd $BINDIR ln -s unzip zipinfo #--------------------------------------------------------------------- # 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_archive1 = ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz url_archive2 = http://ftp.info-zip.org/pub/infozip/\ src/unreduce_full.zip url_debian = http://packages.debian.org/unstable/source/unzip url_home = http://www.info-zip.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/unzip.html #--------------------------------------------------------------------- [history] 180629 Added some Alpine patches