updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / xcursor-archcursorblue / PKGBUILD
blob52fdb485833157dee37f99bca6c86f87e3cf2da9
1 # Contributor: Marc Poiroud <marci1 AT archlinux.fr>
2 pkgname=xcursor-archcursorblue
3 _pkgname=ArchCursorBlue
4 pkgver=0.0.2
5 pkgrel=2
6 pkgdesc="ArchLinux cursor theme for X"
7 arch=(i686 x86_64)
8 url="http://www.opendesktop.org/content/show.php/ArchCursorBlue?content=78506"
9 license=('GPL')
10 depends=()
11 source=(http://www.opendesktop.org/CONTENT/content-files/78506-$_pkgname.tar.gz)
12 md5sums=('a91e1d5bd181c77900484c1e9a662646')
14 build() {
15         cd $startdir/src/$_pkgname
16         install -d -m755 $startdir/pkg/usr/share/icons/${_pkgname}/cursors/filesources
17         install -D -m644 $startdir/src/${_pkgname}/index.theme \
18                                         $startdir/pkg/usr/share/icons/${_pkgname}
19         cd $startdir/src/${_pkgname}/cursors
20         for i in * ; do
21                 install -D -m644 $i $startdir/pkg/usr/share/icons/${_pkgname}/cursors
22         done