1 # Maintainer: Christian Hesse <mail@eworm.de>
6 pkgdesc="Entis cursor theme"
9 url="http://www.entis-design.com/cursors/"
11 source=('http://www.entis-design.com/data/entis_cursors_x11_others.7z')
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}
23 md5sums=('910dafdc6ba62908b9ec4f969af77671')