updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / xcursor-chameleon-white / PKGBUILD
blob8f791768614a1d54469a62e1371acb2ee0f7be18
1 # Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
3 pkgname=xcursor-chameleon-white
4 pkgver=0.5
5 pkgrel=1
6 pkgdesc="Chameleon X Cursor Theme (white flavour)"
7 arch=('i686' 'x86_64')
8 url="http://www.kde-look.org/content/show.php?content=38459"
9 license=('GPL')
10 depends=('libxcursor')
11 source=(http://www.egregorion.net/works/Chameleon-White-0.5.tar.bz2) 
12 md5sums=('e70da217e0983a8aac9fc6b32fbf36b4')
14 build() {
15         mkdir -p $startdir/pkg/usr/share/icons/{Chameleon-White-Large,Chameleon-White-Regular,Chameleon-White-Small}
16         cp -R $startdir/src/Chameleon-White-Large-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-White-Large
17         cp -R $startdir/src/Chameleon-White-Regular-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-White-Regular
18         cp -R $startdir/src/Chameleon-White-Small-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-White-Small