#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=vanilla-dmz-cursors
pkgver=0.4
pkgrel=1gv
arch=noarch
source=(http://gnome-look.org/CONTENT/content-files/55210-vanilla-dmz-0.4.tar.bz2)
docs=("copying")
url=http://gnome-look.org/content/show.php/DMZ?content=55210

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"vanilla-dmz-cursors - DMZ cursors by jimmac."
"This is an X11 cursor theme."
"vanilla-dmz-cursors is licensed under an MIT licence"
)


build() {
	cd $startdir/src/
	mkdir -p $startdir/pkg/usr/share/icons
	cp -a Vanilla-DMZ $startdir/pkg/usr/share/icons/
	rm $startdir/pkg/usr/share/icons/Vanilla-DMZ/COPYING
	chown -R root:root $startdir/pkg/
}