updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / xcursor-human-aero / PKGBUILD
blob66877dd921508cb5d22f1edb7776fef4b3a0860a
1 # Contributor: Ciriaco Garcia de Celis <cgarcia at etherpilot.com>
2 pkgname=xcursor-human-aero
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="xcursor themes Human (Ubuntu) and Aero"
6 arch=(any)
7 url="https://launchpad.net/human-cursors-theme"
8 license=('CCPL')
9 depends=()
10 makedepends=('tar')
11 provides=('xcursor-human-aero')
12 install=
13 source=("human.tar" "aero.tar")
14 noextract=()
15 md5sums=('99a29de088c2cb82debeecc42e13644b' '11ab6fded0e62d0ff55416bbaad36e6e')
17 build() {
18     tar xf ${srcdir}/human.tar -C ${pkgdir}
19     tar xf ${srcdir}/aero.tar -C ${pkgdir}
20     echo "done"