updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / xcursor-lucid-blacksilver / PKGBUILD
blob6199287ff456e03aba82384185b53fa38464dc7a
1 #Maintainer: Jarred Leonardo <jarredleonardo at googlemail dot com>
3 pkgname=xcursor-lucid-blacksilver
4 pkgver=1.0
5 pkgrel=3
6 pkgdesc="Lucid BlackSilver cursor theme."
7 arch=(i686 x86_64)
8 url="http://xfce-look.org/content/show.php/Lucid-BlackSilver?content=105209"
9 license=('Artistic 2.0')
10 depends=()
11 source=("http://xfce-look.org/CONTENT/content-files/105209-Lucid-BlackSilver.tar.gz")
12 md5sums=('f414b68f351dafaaef4cf51a9d7e0f93')
14 build() {
15         cd $startdir/src/Lucid-BlackSilver
16         install -d -m755 $startdir/pkg/usr/share/icons/lucidblackSilver/cursors
17         cd $startdir/src/Lucid-BlackSilver/cursors
18         for i in * ; do
19                 install -D -m644 $i $startdir/pkg/usr/share/icons/lucidblackSilver/cursors
20         done