updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / gtk2-theme-wasp / PKGBUILD
blob6e0ecf245be83e0bdf989cdf10b308ac8f32c80c
1 # Maintainer: Jens Kleikamp <jens [at] codes-concepts.com>
2 pkgname=gtk2-theme-wasp
3 pkgver=0.8.4
4 pkgrel=1
5 pkgdesc="Wasp is a suite of GTK, Metacity, Xfwm and Login/GDM themes"
6 arch=('any')
7 url="http://www.gnome-look.org/content/show.php/Wasp?content=104167"
8 license=('GPL')
9 groups=('gtk2-themes')
10 depends=('gtk-engines' 'gtk-engine-murrine>=0.90.3' 'zenity' 'gksu')
11 install=wasp.install
12 source=(http://launchpad.net/wasp/trunk/wasp0.8/+download/wasp-0.8.4.tar.gz)
13 md5sums=('5c42a32620e2a661474e0f367b6aeed1')
14 build () {
15     mkdir -p ${pkgdir}/usr || return 1
17     cp -R ${srcdir}/wasp-${pkgver}/usr/* ${pkgdir}/usr/ || return 1