updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gimp-plugin-apng / PKGBUILD
blob0ead32a4b1319c9f194c914627e8cd8810542caf
1 # Maintainer: Andre "Osku" Schmidt <andre.osku.schmidt@googlemail.com>
3 pkgname=gimp-plugin-apng
4 _proname=gimp-apng
5 pkgver=0.1.0
6 pkgrel=2
7 pkgdesc="Animated PNG (APNG) image file load and save modules for the GIMP"
8 arch=('i686' 'x86_64')
9 url="http://registry.gimp.org/node/24394"
10 license=('GPL3')
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')
16 build() {
17   cd "$srcdir/$_proname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd "$srcdir/$_proname-$pkgver"
24   make DESTDIR="$pkgdir/" PLUGINDIR=/usr/lib/gimp/2.0 install
27 # vim:set ts=2 sw=2 et: