22 lines
582 B
Bash
22 lines
582 B
Bash
# Template file for 'pngcrush'
|
|
pkgname=pngcrush
|
|
version=1.8.11
|
|
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 <duncaen@voidlinux.eu>"
|
|
license="zlib"
|
|
homepage="http://pmt.sourceforge.net/pngcrush"
|
|
distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz"
|
|
checksum=23a293a9e7b1e4ea94829ae0266c8672506ed2dfa80f69b11594c650bf1ae5dd
|
|
|
|
pre_build() {
|
|
export LD="$CC"
|
|
}
|
|
post_install() {
|
|
sed -n 10,160p pngcrush.c > LICENSE
|
|
vlicense LICENSE
|
|
}
|