the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pngcrush
Version: 1.5.10
Revision: 10
Maintainer: Ben Hines
Source: mirror:sourceforge:pmt/%n-%v.tar.bz2
Source-MD5: a659cc4d9f7cf57bbc979193a054704f
CompileScript: make -f Makefile.gcc CC=cc LD=cc CFLAGS="-I. -O2 -Wall -DPNGCRUSH_COUNT_COLORS"
InstallScript: <<
install -d %i/bin
install -s -m 755 %n %i/bin/%n
head -n 40 README.txt >> LICENSE
<<
DocFiles: README.txt INSTALL.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 /sw/share/doc/pngcrush/README.txt for options.
<<
License: OSI-Approved
Homepage: http://pmt.sourceforge.net/pngcrush/