#Maintainer: Richard Lapointe #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=xfce4-sensors-plugin pkgver=0.10.99.6 pkgrel=1rl arch=i486 source=(http://goodies.xfce.org/releases/$pkgname/$pkgname-${pkgver}.tar.bz2) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/laprjns/salix/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin #CFLAGS= #CXXFLAGS= #options=('noextract') #options=('noautodotnew') #doinst() { #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-sensors-plugin is a hardware sensors plugin for the panel." "This xfce panel plugin requires libsensors to display your mainboard" "sensors and fan speeds. Furthermore, it supports hddtemp to" "surveil your hard disk’s temperature values" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --enable-libsensors \ --enable-hddtemp make || return 1 make install DESTDIR=$startdir/pkg }