#Packager: #Packager: Ralvex pkgname=xfce4-sensors-plugin pkgver=1.2.5 pkgrel=1rlvx #arch=noarch source=(http://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.2/xfce4-sensors-plugin-1.2.5.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 --enable-shared=yes --enable-static=no --enable-debug=no --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }