updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / xcursor-entis / PKGBUILD
blob8bb4cd14ed8f4c05b270bbba1c1abb18348016a6
1 # Maintainer: Christian Hesse <mail@eworm.de>
3 pkgname=xcursor-entis
4 pkgver=1.0
5 pkgrel=2
6 pkgdesc="Entis cursor theme"
7 arch=('any')
8 makedepends=('p7zip')
9 url="http://www.entis-design.com/cursors/"
10 license=('GPL')
11 source=('http://www.entis-design.com/data/entis_cursors_x11_others.7z')
12     
13 build() {
14   cd ${srcdir}/
15   7z x entis_cursors_x11_others.7z
16   cd entis_cursors_x11_others/cursors/
18   for FILE in `find -type f`; do
19     install -D -m644 ${FILE} ${pkgdir}/usr/share/icons/Entis/cursors/${FILE}
20   done
23 md5sums=('910dafdc6ba62908b9ec4f969af77671')