1 # Maintainer: Andre "Osku" Schmidt <andre.osku.schmidt@googlemail.com>
3 pkgname=gimp-plugin-apng
7 pkgdesc="Animated PNG (APNG) image file load and save modules for the GIMP"
9 url="http://registry.gimp.org/node/24394"
11 changelog=$pkgname.changelog
12 depends=('gimp' 'intltool')
13 source=(http://sourceforge.net/projects/$_proname/files/$_proname-dev/$pkgver/$_proname-$pkgver.tar.bz2/download)
14 md5sums=('af83f8dfc6cfedc9ce3e898d1eef1768')
17 cd "$srcdir/$_proname-$pkgver"
18 ./configure --prefix=/usr
23 cd "$srcdir/$_proname-$pkgver"
24 make DESTDIR="$pkgdir/" PLUGINDIR=/usr/lib/gimp/2.0 install
27 # vim:set ts=2 sw=2 et: