#Maintainer: George Vlahavas pkgname=xfce4-systemload-plugin pkgver=1.0.0 pkgrel=1gv source=("http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.0/xfce4-systemload-plugin-1.0.0.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-systemload-plugin (a systemload panel plugin for xfce)" "A system load plugin for the Xfce4 desktop environment, written by" "Riccardo Persichetti. It displays the current CPU load, the memory in" "use, the swap space and the system uptime in the Xfce4 panel." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-debug --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }