#Maintainer: Juhana Uuttu pkgname=nload pkgver=0.7.2 pkgrel=1 zenver=54 arch=i486 docs=("readme" "install" "copying" "changelog" "authors") url=http://www.roland-riegel.de/nload/ source=("http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz") slackdesc=\ ( "$pkgname - displays the current network usage" "nload is a console application which monitors network traffic and" "bandwidth usage in real time. It visualizes the in- and outgoing" "traffic using two graphs and provides additional info like the total" "amount of transfered data and min/max network usage." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }