From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/iftop/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..c74667fab --- /dev/null +++ b/community/iftop/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 92025 2013-05-30 23:36:54Z seblu $ +# Maintainer: Daenyth +# Contributor: Jeff Mickey +# Contributor: Alexander Mieland (dma147) +# Contributor: slubman + +pkgname=iftop +pkgver=0.17 +pkgrel=11 +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' '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 --sbindir=/usr/bin --mandir=/usr/share/man + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3-54-g00ecf