summaryrefslogtreecommitdiff
path: root/community/iftop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/iftop
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/iftop')
-rw-r--r--community/iftop/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD
deleted file mode 100644
index c74667fab..000000000
--- a/community/iftop/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 92025 2013-05-30 23:36:54Z seblu $
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
-# Contributor: slubman <slubman@slubman.net>
-
-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
-}