1 # $Id: PKGBUILD 55454 2011-09-13 00:07:49Z ebelanger $
2 # Contributor: Javier "Phrodo_00" Aravena <phrodo.00@gmail.com>
3 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
5 pkgname=gtk-rezlooks-engine
8 pkgdesc="Clean looking gtk theme engine based on the cairo-enabled CVS clearlooks engine code."
10 url="http://www.gnome-look.org/content/show.php?content=39179"
14 source=(http://gnome-look.org/CONTENT/content-files/39179-rezlooks-$pkgver.tar.gz)
15 md5sums=('87b768eb372dd5065f9e36bf10245ac7')
18 cd "${srcdir}/rezlooks-${pkgver}"
20 ./configure --prefix=/usr --enable-animation
25 cd "${srcdir}/rezlooks-${pkgver}"
27 make DESTDIR="${pkgdir}" install
28 install -d "${pkgdir}/usr/share/themes"