# pngcrush/cfg - "Build" settings for package #--------------------------------------------------------------------- [about] "pngcrush" is a lossless batch-mode compression utility for PNG imag- es. Depending on the application that created the original files, it can reduce PNG file size from a few percent to 40% or more without any loss of information. "pngcrush" also allows PNG chunks (e.g., text comments) to be inserted or removed, and it can fix incorrect gamma info written by Photoshop 5.0 as well as erroneous iCCP chunks created by Photoshop 5.5. #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.12 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.20 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license*.txt" in installed tree tmpsize = 3M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DOCDIR rm -f example.c minigzip.c pngtest.c rm -f long_mult.c gcc -O -o pngcrush *.c -lm cp -p pngcrush $BINDIR/ cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ #--------------------------------------------------------------------- # 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://pmt.sourceforge.net/pngcrush/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/pmt/\ pngcrush-1.7.85.tar.xz #--------------------------------------------------------------------- [history] 170915 Updated from 1.7.80 to 1.7.85