1 # Contributor: the_shade <theshade14@gmail.com>
2 pkgname=gimp-plugin-xmc
5 pkgdesc="GIMP plugin to import and export X11 mouse cursor."
7 url="http://gimpstuff.org/content/show.php/X11+Mouse+Cursor+%28XMC%29+plug-in?content=94503"
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')
14 cd $startdir/src/gimp-xmc-plugin-$pkgver
15 ./configure --prefix=/usr || return 1
17 make DESTDIR=$startdir/pkg install