1 # Maintainer: valere dot monseur at ymail dot com
3 pkgname=xcursor-neutral++-white
6 pkgdesc="Icon set based on Neutral and jaguarx themes (white version)"
8 url="http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143"
9 license=('Artistic2.0')
10 source=(http://gnome-look.org/CONTENT/content-files/108143-Neutral++_White-1.1.tar.bz2)
11 md5sums=('d5f64195c67a776ccd82e4411c0178aa')
21 install -d "${pkgdir}"/usr/share/icons/Neutral++White
22 cp -R "${srcdir}"/Neutral++_White/cursors "${pkgdir}"/usr/share/icons/Neutral++White
25 install -D "${srcdir}"/Neutral++_White/LICENSE "${pkgdir}"/usr/share/licenses/Neutral++White/LICENSE
27 # force permission and ownership
29 find "${pkgdir}"/ -type d -exec chmod 755 '{}' \;
30 find "${pkgdir}"/ -type f -exec chmod 644 '{}' \;
31 chown -R root.root "${pkgdir}"/*