Package: pngcrush Version: 1.8.13 Revision: 1 Maintainer: Ben Hines BuildDepends: libpng16 Depends: libpng16-shlibs Source: mirror:sourceforge:pmt/%n/%v/%n-%v.tar.gz Source2: mirror:sourceforge:pmt/%n/%v/%n-%v-HELP.txt Source-Checksum: SHA256(bac37d4b2be88d7e88aadcde9661beb3a513a90e7d26784f906c1e2da8ba332e) Source2-Checksum: SHA256(f75c233442ce997455c11c9c7b0538bed415d309494fecfef332817bfeda22a8) PatchScript: << head -n 120 pngcrush.c > LICENSE << CompileScript: make -f Makefile-nolib PNGINC=%p/include PNGLIB=%p/lib ZINC=/usr/include ZLIB=/usr/lib InstallScript: << install -d %i/bin install -s -m 755 %n %i/bin/%n cp ../%n-%v-HELP.txt HELP.txt << DocFiles: ChangeLog.html ../%n-%v-HELP.txt:HELP.txt LICENSE Description: Optimizer for PNG files DescDetail: << pngcrush's main purpose is to reduce the size of the PNG IDAT datastream by trying various compression levels an PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, iCCP, and textual chunks. << DescUsage: << pngcrush [options] infile.png outfile.png See %p/share/doc/pngcrush/HELP.txt for options. << License: OSI-Approved Homepage: http://pmt.sourceforge.net/pngcrush/