1 # Contributor: rxvt <artwithin@gmail.com>
6 pkgdesc="ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters."
7 url="http://gael.roualland.free.fr/ifstat/"
15 source=(http://gael.roualland.free.fr/ifstat/$pkgname-$pkgver.tar.gz)
16 md5sums=('b655642c33a626cfe976792fbcd9b6e1')
19 cd $startdir/src/$pkgname-$pkgver
20 ./configure --prefix=/usr --enable-optim
22 make prefix=$startdir/pkg/usr install