1 # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net
2 # Contributor: Andreas Hauser <andy-aur@splashground.de>
6 pkgdesc='Console application which monitors network traffic and bandwidth usage in real time'
7 url='http://www.roland-riegel.de/nload'
10 arch=('i686' 'x86_64')
11 source=("$url/$pkgname-$pkgver.tar.gz")
12 md5sums=('9b97c37fe1474f1da42f265fead24081')
16 ./configure --prefix=/usr
22 make DESTDIR="$pkgdir" install
25 # vim:set ts=2 sw=2 ft=sh et: