1 # Contributor: Anton Shestakov <engored*ya.ru>
2 # Maintainer: Anton Shestakov <engored*ya.ru>
7 pkgdesc="A fast, high-quality magnification filter designed for pixel art."
9 url="http://code.google.com/p/hqx/"
12 source=(http://hqx.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('e4d3132b5f3614a75975b62fe6a066bb')
15 MAKEFLAGS="$MAKEFLAGS -j1"
18 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr LIBS="-lpthread"
24 cd "$srcdir/$pkgname-$pkgver"
25 make DESTDIR="$pkgdir/" install