updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xcursor-chrome-glass / PKGBUILD
blob9be4eb422134a6e3cdfe158064f7927abed2955b
1 #Maintainer: Jarred Leonardo <jarredleonardo at googlemail dot com>
3 pkgname=xcursor-chrome-glass
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Chrome glass cursor theme."
7 arch=(i686 x86_64)
8 url="http://xfce-look.org/content/show.php/Chrome+Glass?content=88321"
9 license=('GPL')
10 depends=()
11 source=("http://xfce-look.org/CONTENT/content-files/88321-CG.tar.gz")
12 md5sums=('ce4a097c2e9d47d0f1529719effd89c0')
14 build() {
15         cd $startdir/src/CG
16         install -d -m755 $startdir/pkg/usr/share/icons/chromeglass/cursors
17         cd $startdir/src/CG/cursors
18         for i in * ; do
19                 install -D -m644 $i $startdir/pkg/usr/share/icons/chromeglass/cursors
20         done