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

pkgname=obsidian-cursors
pkgver=1.0
pkgrel=1gv
arch=noarch
source=(http://gnome-look.org/CONTENT/content-files/73135-Obsidian.tar.bz2)
url=http://gnome-look.org/content/show.php/Obsidian+Cursors?content=73135

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"obsidian-cursors (X11 mouse cursor theme)"
"Obsidian Cursors is a shiny and clean cursor set created in Inkscape"
"based upon the Polar Cursor Theme."
)


build() {
	cd $startdir/src
	mkdir -p $startdir/pkg/usr/share/icons/obsidian-cursors
	cp -a Obsidian/index.theme Obsidian/cursors $startdir/pkg/usr/share/icons/obsidian-cursors/
}