### this file is sourced not run
PKGVER=1.0
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=140787-LargeCursors.tar.bz2
MD5SUM=3ebd93f669b052162273d7206cf62e8a 
SRC_URL=http://gnome-look.org/CONTENT/content-files/$TARBALL
BUNDLE=
SLACKREQ=
SLACKDESC='cursor-large: cursor-large 1.0 (Extra large cursor for X11)  
cursor-large:  
cursor-large: An extra large cursor suitable for use in high-resolution 
cursor-large: devices or for those with low acuity.  
cursor-large: 
cursor-large: 
cursor-large: 
cursor-large: 
cursor-large: 
cursor-large: 
cursor-large:
'

### standard pkg_download
### standard pkg_prepare
### standard pkg_package
### build
pkg_build() { 
	cd /tmp/Large*
	rm -rf cursors/96x96 &&
	mkdir -p /usr/share/icons/LargeMouseCursors &&
	#sed -i -e 's/Name = Large Mouse Cursors/Name = LargeMouseCursors/' index.theme &&
	cp -a index.theme cursors /usr/share/icons/LargeMouseCursors &&
	pkg_build_slackdesc
}
