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