void-packages/srcpkgs/pngcrush/template

23 lines
631 B
Bash
Raw Normal View History

2015-12-05 18:59:11 +00:00
# Template file for 'pngcrush'
pkgname=pngcrush
2016-01-01 18:57:18 +00:00
version=1.7.91
2015-12-05 18:59:11 +00:00
revision=1
wrksrc=${pkgname}-${version}-nolib
makedepends="libpng-devel"
short_desc="Tool for optimizing the compression of PNG files"
maintainer="Duncaen <duncaen@voidlinux.eu>"
2015-12-05 19:00:21 +00:00
license="zlib"
2015-12-05 18:59:11 +00:00
homepage="http://pmt.sourceforge.net/pngcrush"
distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz"
2016-01-01 18:57:18 +00:00
checksum=e4dc59204f795c88ca0dfe9c5d142fa0abe14d49702e8ed34b4b7a30ffd824d4
2015-12-05 18:59:11 +00:00
do_build() {
make CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
sed -n 10,160p pngcrush.c > LICENSE
vlicense LICENSE
make DESTDIR="$DESTDIR" install
}