updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / gimp-plugin-xmc / PKGBUILD
blobe4d98b3c753cac3c73d490aa08c0577aac21088d
1 # Contributor: the_shade <theshade14@gmail.com>
2 pkgname=gimp-plugin-xmc
3 pkgver=2.0.6
4 pkgrel=1
5 pkgdesc="GIMP plugin to import and export X11 mouse cursor."
6 arch=('i686' 'x86_64')
7 url="http://gimpstuff.org/content/show.php/X11+Mouse+Cursor+%28XMC%29+plug-in?content=94503"
8 license=('GPLv3')
9 depends=('gimp>=2.6' 'libxcursor')
10 source=(http://gimpstuff.org/CONTENT/content-files/94503-gimp-xmc-plugin-2.0.6.tar.gz)
11 md5sums=('aff3c5adf1566b036b3aad8936e1ec6b')
13 build() {
14   cd $startdir/src/gimp-xmc-plugin-$pkgver
15   ./configure --prefix=/usr || return 1
16   make || return 1
17   make DESTDIR=$startdir/pkg install