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