updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / xcursor-human / PKGBUILD
blobb4a111942ac56185b5a0a81170cdd37ff9528f2a
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Dmitry N.Shilov <stormblast@land.ru>
4 pkgname=xcursor-human
5 pkgver=0.6
6 pkgrel=4
7 pkgdesc="Ubuntu's default cursor theme"
8 arch=('i686' 'x86_64')
9 url="http://launchpad.net/human-cursors-theme/"
10 license=('CCPL:by-sa')
11 makedepends=('python')
12 #source=(http://mirror.nttu.edu.tw/ubuntu/pool/universe/h/human-cursors-theme/human-cursors-theme_$pkgver.tar.gz)
13 source=(https://launchpad.net/ubuntu/hardy/+source/human-cursors-theme/$pkgver/+files/human-cursors-theme_$pkgver.tar.gz
14         index.theme)
15 md5sums=('0eb3126604fea7c0d3c8fd032b226e63'
16          'dc1829478fea080d880b8c1a94c2b7d6')
18 build() {
19   cd "$srcdir/human-cursors-theme-$pkgver"
20   python setup.py install --prefix=/usr --root="$pkgdir"
21   install -Dm644 ../index.theme "$pkgdir/usr/share/icons/Human/index.theme"
22   rm -rf "$pkgdir/usr/lib"