#Packager: Ralvex pkgname=gtk-engine-murrine pkgver=0.98.2 pkgrel=1rlvx #arch=noarch source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-0.98.2.tar.xz) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtk-engine-murrine" "GTK2 engine to make your desktop look like a 'murrina', an italian" "word meaning the art glass works done by Venicians glass blowers." ) build() { cd $startdir/src/murrine-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }