# $Id: PKGBUILD 92895 2010-10-01 18:33:37Z ibiru $ # Maintainer: Jan de Groot pkgname=gtk-engines pkgver=2.20.2 pkgrel=1 pkgdesc="Theme engines for GTK+ 2" arch=(i686 x86_64) license=('GPL' 'LGPL') depends=('gtk2>=2.22.0') makedepends=('pkgconfig' 'intltool') options=('!libtool') url="http://live.gnome.org/GnomeArt" source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2) conflicts=('lighthouse-gtk2' 'clearlooks-gtk2') replaces=('lighthouse-gtk2') sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --enable-animation make make DESTDIR="${pkgdir}" install }