# zip/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. Presently, "zip" doesn't depend on "unzip". However, this distro needs to build "unzip" before "zip", because the two packages share an "install" tree, and the "build" procedure for "unzip" purges the tree. So, this distro lists "unzip" in the "depends" block for "zip". This ensures that the proper "build" order is used. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.15 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.38 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.45 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 = no revision = 3.00 shareddir = yes #--------------------------------------------------------------------- [depends] grep:forward gzip unzip:strict # See "technotes" in "cfg" file #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR make -f unix/Makefile generic cp -p zip zip{note,cloak,split} $BINDIR/ cp -p LICENSE $DOCDIR/license-zip.txt cp -p man/*.1 $MANDIR/ #--------------------------------------------------------------------- # 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 = ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz url_debian = http://packages.debian.org/unstable/source/zip url_home = http://www.info-zip.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/zip.html