# gzip/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The source-code tarball has been recompressed using "zip" instead # of "gzip". Reason: This distro builds a "bootstrap" version of # "unzip" at an early stage. Therefore, converting the "gzip" tarball # to "zip" format makes it possible to build "gzip" whether or not it # (gzip) is already present. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.57 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.01 hours (or 000.78 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 000.98 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING mstatic = yes purge = no #--------------------------------------------------------------------- [depends] compress grep:forward patch sed:forward zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man rm -fr $MANBASE mkdir -p $MANBASE CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \ ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] MANDIR=$PKGDIR_PROD/man/man1 rm -fr $MANDIR mkdir -p $MANDIR cp *.1 $MANDIR/ rm -fr $PKGDIR_PROD/share cd $PKGDIR_PROD/bin ln -nsf zcat gzcat #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://www.gzip.org/ url_tarball = ftp://ftp.gnu.org/pub/gnu/gzip/gzip-1.10.tar.xz url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter05/gzip.html #--------------------------------------------------------------------- [history] 170502 Updated from 1.6 to 1.8 180108 Updated to 1.9 190101 Updated to 1.10