# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Sergej Pupykin # Maintainer: Roman Kyrylych # Contributor: Gernot Pansy pkgname=xcursor-neutral pkgver=1.13a pkgrel=4.1 pkgdesc="A smoothed and shadowed X cursors theme" arch=(i686 x86_64) url="http://www.kde-look.org/content/show.php?content=28310" license=("PerlArtistic") source=(http://www.kde-look.org/CONTENT/content-files/28310-neutral-$pkgver.tar.gz) md5sums=('b2d8e14bcb4ab13d9001890b041803db') build() { mkdir -p ${pkgdir}/usr/share/icons/Neutral sed s/neutral/Neutral/ -i ${srcdir}/neutral/index.theme cp -R ${srcdir}/neutral/{cursors,index.theme} ${pkgdir}/usr/share/icons/Neutral }