# compress/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, this distro starts with a 1987 version of "compress. # c", as opposed to the 1998 version that used to be available through # Freshmeat. #--------------------------------------------------------------------- [buildtimes] 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.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] cflags64 = yes configure = none cppstd = c89 depends = none license = BSD master = glibc nowerror = true revision = 19871020 unpack = none #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR $DEFAULTCC -O -s -DUSERMEM=1000000 -o compress \ -Wno-incompatible-pointer-types \ $PKGDIR_SPECIAL/compress-871020.c mv compress $BINDIR/ #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = n/a url_code = http://stuff.mit.edu/afs/sipb/project/sipb-athena/\ src/mh/miscellany/compress-4.0/compress.c