#Maintainer: George Vlahavas pkgname=gtk-engines pkgver=2.18.2 pkgrel=1gv arch=i486 source=(http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.18/gtk-engines-2.18.2.tar.bz2) sourcetemplate=http://pnboy.pinguix.com/gapan/$arch/gnome/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtk-engines - gtk+2 engines and default themes" "The gtk-engines package includes gtk+2 engines and themes like" "clearlooks, mist, crux, thin ice etc" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --enable-animation make || return 1 make install DESTDIR=$startdir/pkg }