#Maintainer: George Vlahavas pkgname=ComixCursors pkgver=0.6.0 pkgrel=1gv arch=noarch source=(http://www.limitland.de/ComixCursors-$pkgver.tar.bz2) url=http://gnome-look.org/content/show.php/ComixCursors?content=32627 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ComixCursors - The original Comix Cursors." "X11 mouse theme with a comics feeling. Package comes with 50 different" "mouse themes for X11." "6 colors (black, blue, green, orange, red and white)" "4 different sizes (small, regular, large and huge)" "2 different weights (slim and normal)" ".." "and one for christmas and one with ghost" ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/icons/ tar xf ComixCursors-$pkgver.tar.bz2 -C $startdir/pkg/usr/share/icons/ rm $startdir/pkg/usr/share/icons/link-cursors.sh chown -R root:root $startdir/pkg }