updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xcursor-chameleon-anthracite / PKGBUILD
blob4c4b5742427a7fca9dc5a665460fce8779947fd0
1 # $Id: PKGBUILD 55470 2011-09-13 01:05:15Z ebelanger $
2 # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
3 # Contributor: raku <raku@b4net.int.pl>
5 pkgname=xcursor-chameleon-anthracite
6 pkgver=0.5
7 pkgrel=4
8 pkgdesc="Chameleon X Cursor Theme (anthracite flavour)"
9 arch=('any')
10 url="http://www.kde-look.org/content/show.php?content=38459"
11 license=('GPL')
12 source=(http://www.egregorion.net/works/Chameleon-Anthracite-0.5.tar.bz2) 
13 md5sums=('f8cc2fe5174e706c64bf05a8425d2991')
15 package() {
16         mkdir -p "${pkgdir}"/usr/share/icons/{Chameleon-Anthracite-Large,Chameleon-Anthracite-Regular,Chameleon-Anthracite-Small}
17         cp -R "${srcdir}"/Chameleon-Anthracite-Large-0.5/{cursors,index.theme} \
18                 "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Large
19         cp -R "${srcdir}"/Chameleon-Anthracite-Regular-0.5/{cursors,index.theme} \
20                 "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Regular
21         cp -R "${srcdir}"/Chameleon-Anthracite-Small-0.5/{cursors,index.theme} \
22                 "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Small