# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Roman Kyrylych # Contributor: Dario Andres Rodriguez # Contributor: Roman Kyrylych pkgname=xcursor-grounation pkgver=0.3 pkgrel=5 pkgdesc="Grounation XCursor Theme" arch=('i686' 'x86_64') url="http://www.kde-look.org/content/show.php?content=14484" license=("GPL") source=(http://www.kde-look.org/CONTENT/content-files/14484-Grounation-0.3.tar.bz2) md5sums=('2a448239a339ed3e87991d3ab621a24d') build() { mkdir -p $startdir/pkg/usr/share/icons/{Grounation,Grounation-left} cp -R $startdir/src/Grounation-0.3/Grounation/{cursors,index.theme} $startdir/pkg/usr/share/icons/Grounation cp -R $startdir/src/Grounation-0.3/Grounation-left/{cursors,index.theme} $startdir/pkg/usr/share/icons/Grounation-left }