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