updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / xcursor-ater-yellow / PKGBUILD
blobd33da2aee505227c4ec87c5136f5bd016dbe6d85
1 #Maintainer: Jarred Leonardo <jarredleonardo at googlemail dot com>
3 pkgname=xcursor-ater-yellow
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Ater Yellow cursor theme."
7 arch=(i686 x86_64)
8 url="http://xfce-look.org/content/show.php/ATER+Cursor+Theme?content=47521"
9 license=('GPL')
10 depends=()
11 source=("http://xfce-look.org/CONTENT/content-files/47521-ATER-mouse-theme-0.1.tar.gz")
12 md5sums=('182957004e5571009c82aa30588ad03b')
14 build() {
15         cd $startdir/src/ATER-yellow
16         install -d -m755 $startdir/pkg/usr/share/icons/ateryellow/cursors
17         cd $startdir/src/ATER-yellow/cursors
18         for i in * ; do
19                 install -D -m644 $i $startdir/pkg/usr/share/icons/ateryellow/cursors
20         done