updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / xcursor-harmony-white / PKGBUILD
blob0e8500541a97a47023ceb7caa3490600b7af5654
1 # Contributor: grimi <grimi at poczta dot fm>
2 # Maintainer: grimi <grimi at poczta dot fm>
4 pkgname=xcursor-harmony-white
5 pkgver=1.5
6 pkgrel=1
7 pkgdesc="A white version of harmony cursor theme..."
8 arch=('any')
9 url="http://gnome-look.org/content/show.php/Harmony+white?content=145766"
10 license=('GPL')
11 depends=('libxcursor')
12 source=("http://gnome-look.org/CONTENT/content-files/145766-Harmony%20white.tar.gz")
13 md5sums=('8385c554703282eadedbff6cf28956f7')
16 package() {
17   install -d "${pkgdir}"/usr/share/icons
18   rm -fr "Harmony white/"*~
19   cp -r "Harmony white" "${pkgdir}"/usr/share/icons/Harmony-white
22 # vim:set ts=2 sw=2 et: