# Pngcrush is an optimizer for PNG (Portable Network Graphics) files. Its main purpose is to reduce the size of the PNG IDAT datastream by trying various compression levels and PNG filter methods.

# Note: depends on libpng
# Note: depends on zlib
wget -c http://downloads.sourceforge.net/project/pmt/pngcrush/1.8.2/pngcrush-1.8.2-nolib.tar.xz
tar -xJf pngcrush-1.8.2-nolib.tar.xz
cd pngcrush-1.8.2-nolib
make
make install