22 lines
582 B
Bash
22 lines
582 B
Bash
# Template file for 'pngcrush'
|
|
pkgname=pngcrush
|
|
version=1.8.13
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
wrksrc=${pkgname}-${version}-nolib
|
|
makedepends="libpng-devel"
|
|
short_desc="Tool for optimizing the compression of PNG files"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="zlib"
|
|
homepage="http://pmt.sourceforge.net/pngcrush"
|
|
distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz"
|
|
checksum=3b4eac8c5c69fe0894ad63534acedf6375b420f7038f7fc003346dd352618350
|
|
|
|
pre_build() {
|
|
export LD="$CC"
|
|
}
|
|
post_install() {
|
|
sed -n 10,160p pngcrush.c > LICENSE
|
|
vlicense LICENSE
|
|
}
|