updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / ifstat / PKGBUILD
blob8b6d3c1447d135bcce3e1e0745efcc6322c0ab96
1 # Contributor: rxvt <artwithin@gmail.com>
3 pkgname=ifstat
4 pkgver=1.1
5 pkgrel=1
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/"
8 license="GPL"
9 depends=()
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=
15 source=(http://gael.roualland.free.fr/ifstat/$pkgname-$pkgver.tar.gz)
16 md5sums=('b655642c33a626cfe976792fbcd9b6e1')
18 build() {
19   cd $startdir/src/$pkgname-$pkgver
20   ./configure --prefix=/usr --enable-optim
21   make || return 1
22   make prefix=$startdir/pkg/usr install