From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/iftop/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/iftop/PKGBUILD (limited to 'community/iftop') diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD new file mode 100644 index 000000000..763ae31ed --- /dev/null +++ b/community/iftop/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 17240 2010-05-22 14:21:13Z daenyth $ +# Maintainer: Daenyth +# Contributor: Jeff Mickey +# Contributor: Alexander Mieland (dma147) +# Contributor: slubman + +pkgname=iftop +pkgver=0.17 +pkgrel=9 +pkgdesc="iftop does for network usage what top(1) does for CPU usage" +arch=('i686' 'x86_64') +url="http://www.ex-parrot.com/~pdw/iftop/" +license=('GPL') +depends=('libpcap>=1.0.0' 'ncurses') +options=('!makeflags') +source=(http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz) +md5sums=('062bc8fb3856580319857326e0b8752d') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --mandir=/usr/share/man || return 1 + make || return 1 + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf