updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gimp-photoshop-brush / PKGBUILD
blobed16083332bebda45ac63fa73b6dcf7f58918ea8
1 # Contributor: whaevr <whaevt(at)archlinux(dot)us>
3 pkgname=gimp-photoshop-brush
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="A Gimp plugin for loading photoshop brushes"
7 url="http://registry.gimp.org/node/126"
8 arch=('i686' 'x86_64')
9 license=("GPL")
10 depends=('gimp')
11 makedepends=('pkgconfig')
12 source=(http://registry.gimp.org/files/abr.c)
13 md5sums=('1f9009dc8254615e9eafb67e3efb4842')
15 build() {
16   cd $startdir/src
17   gimptool-2.0 --build abr.c
18   install -D -m 755 ./abr $startdir/pkg/usr/lib/gimp/2.0/plug-ins/abr || return 1