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