#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=xfce4-genmon-plugin pkgver=3.2 pkgrel=1 zenver=52 arch=i486 source=("http://goodies.xfce.org/releases/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-genmon-plugin - displays the output of a script in xfce panel" "xfce4-genmon-plugin cyclically spawns the indicated script/program," "captures its output (stdout) and displays the resulting string into" "the panel. It can also displayed an image, a bar, a button and a" "personalized tooltip." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }