#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=bubblemon pkgver=2.0.9 pkgrel=1 zenver=52 arch=i486 source=("http://download.savannah.gnu.org/releases/bubblemon/bubblemon-2.0.9.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "about-nls" "faq" "translations") url=http://www.nongnu.org/bubblemon/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bubblemon - a bubbling load monitor for Gnome" "The Bubbling Load Monitor (or Bubblemon for short) is a system CPU and" "memory load monitor. It displays something that looks like a vial" "containing water. The water level indicates how much memory is in use." "The color of the liquid indicates how much swap space is used (watery" "blue means none and angry red means all). The system CPU load is" "indicated by bubbles floating up through the liquid; lots of bubbles" "means high CPU load. If you have unread mail, a message in a bottle" "falls into the water." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }