[arch-commits] Commit in iftop/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 22:57:16 UTC 2013


    Date: Friday, May 31, 2013 @ 00:57:16
  Author: seblu
Revision: 92015

upgpkg: iftop 0.17-11

- /usr merge

Modified:
  iftop/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 22:52:04 UTC (rev 92014)
+++ PKGBUILD	2013-05-30 22:57:16 UTC (rev 92015)
@@ -6,21 +6,20 @@
 
 pkgname=iftop
 pkgver=0.17
-pkgrel=10
+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)
+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
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
   make
 }
 




More information about the arch-commits mailing list