Skip to content

Instantly share code, notes, and snippets.

@axelson
Created July 2, 2010 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axelson/461879 to your computer and use it in GitHub Desktop.
Save axelson/461879 to your computer and use it in GitHub Desktop.
# Contributor: rxvt <artwithin@gmail.com>
pkgname=ifstat
pkgver=1.1
pkgrel=1
pkgdesc="ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters."
url="http://gael.roualland.free.fr/ifstat/"
arch=('i686' 'x86_64')
license="GPL"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://gael.roualland.free.fr/ifstat/$pkgname-$pkgver.tar.gz)
md5sums=('b655642c33a626cfe976792fbcd9b6e1')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-optim
make || return 1
make prefix=$startdir/pkg/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment