#Packager: George Vlahavas pkgname=gtk-engines pkgver=2.20.0 pkgrel=1gv source=(http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.20/gtk-engines-2.20.0.tar.bz2) 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 }