1 # Maintainer: N30N <archlinux@alunamation.com>
2 # Contributer: panthar <panthar@gmail.com>
3 # Contributer: cryptocrack <archlinux@cryptocrack.de>
8 pkgdesc="Pngnq is a tool for quantizing PNG images in RGBA format"
9 url="http://pngnq.sourceforge.net/"
11 arch=("i686" "x86_64")
13 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
14 md5sums=("fdbb94d504931b50c54202b62f98aa44")
17 cd ${srcdir}/${pkgname}-${pkgver}
19 # patch -p0 -i ${srcdir}/build.patch
21 ./configure --prefix=/usr
22 msg "Starting build process."
24 make DESTDIR="${pkgdir}" install
27 # vim: set noet ff=unix: