updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / xcursor-love / PKGBUILD
blob9b1102456b6b3f9588d8d5fa20f5fdf68afd619f
1 # Contributor: MariHahn (don't contact me)
2 # Mantainer: Maybe you??
4 pkgname=xcursor-love
5 pkgver=0.7.3
6 pkgrel=1
7 pkgdesc="Love is in the air X Cursor Theme"
8 url="http://gnome-look.org/content/show.php/Love+is+in+the+air?content=127287"
9 depends=('libxcursor')
10 license=('GPL')
11 arch=(i686 x86_64)
12 source=(http://gnome-look.org/CONTENT/content-files/127287-loveisintheair.tar.gz)
14 build(){
15   mkdir -p $pkgdir/usr/share/icons
16   cp -R $srcdir/* $pkgdir/usr/share/icons/
19 md5sums=('aeb68d914207d4cd49b93a917d662c91')