PKGBUILDs/community/xcursor-grounation/PKGBUILD
2009-10-09 21:15:33 -05:00

20 lines
848 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Dario Andres Rodriguez <darzephyr@gmail.com>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
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
}