# Template file for 'pngcrush' pkgname=pngcrush version=1.8.10 revision=1 build_style=gnu-makefile wrksrc=${pkgname}-${version}-nolib makedepends="libpng-devel" short_desc="Tool for optimizing the compression of PNG files" maintainer="Duncaen " license="zlib" homepage="http://pmt.sourceforge.net/pngcrush" distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz" checksum=8db04792f8912011c9c25caf732894276f16ff0b7612f3365d18971dfb56442b pre_build() { export LD="$CC" } post_install() { sed -n 10,160p pngcrush.c > LICENSE vlicense LICENSE }