#Maintainer: Kris Thomsen pkgname=gtk-rezlooks-engine pkgver=0.6 pkgrel=1kt source=("http://gnome-look.org/CONTENT/content-files/39179-rezlooks-0.6.tar.gz") docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url="http://gnome-look.org/content/show.php?content=39179" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtk-rezlooks-engine (GTK2 engine)" "Rezlooks is a gtk2 theme engine based on Clearlooks." "This engine should be slightly faster than Clearlooks because of the" "changes, which stripped down the code." "No themes included." ) build() { cd $startdir/src/rezlooks-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }