#Packager: Ralvex pkgname=xfce4-places-plugin realname= pkgver=1.5.0 majver= pkgrel=1rlvx #arch=noarch source=(http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.5/xfce4-places-plugin-1.5.0.tar.bz2) #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------------------------------------------------------| "$pkgname" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-debug --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }