updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / xcursor-neutral++-white / PKGBUILD
blobf2608cf26e8936ad3233a0b4c76a8f2f0dbb5fd3
1 # Maintainer: valere dot monseur at ymail dot com
3 pkgname=xcursor-neutral++-white
4 pkgver=1.1.0
5 pkgrel=1
6 pkgdesc="Icon set based on Neutral and jaguarx themes (white version)"
7 arch=('any')
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')
13 build() {
14   true
17 package() {
18   # install theme
20   cd "${srcdir}"
21   install -d "${pkgdir}"/usr/share/icons/Neutral++White
22   cp -R "${srcdir}"/Neutral++_White/cursors "${pkgdir}"/usr/share/icons/Neutral++White
24   # install license
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}"/*