1 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
6 pkgdesc="Bubbling Load Monitoring Applet for the GNOME Panel"
8 url="http://www.nongnu.org/bubblemon/"
10 depends=('gnome-panel' 'libgtop')
11 makedepends=('intltool')
12 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('c79f04d72961e89e75afcfd38f4f0357')
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$pkgdir install