[arch-commits] Commit in iftop/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Wed Jan 22 10:16:08 UTC 2014
Date: Wednesday, January 22, 2014 @ 11:16:08
Author: fyan
Revision: 104525
upgpkg: iftop 1.0pre4-1
Modified:
iftop/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-22 10:03:16 UTC (rev 104524)
+++ PKGBUILD 2014-01-22 10:16:08 UTC (rev 104525)
@@ -1,11 +1,12 @@
# $Id$
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
# Contributor: Jeff Mickey <jeff at archlinux.org>
# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
# Contributor: slubman <slubman at slubman.net>
pkgname=iftop
-pkgver=1.0pre2
+pkgver=1.0pre4
pkgrel=1
pkgdesc="Display bandwidth usage on an interface"
arch=('i686' 'x86_64')
@@ -12,11 +13,10 @@
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")
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
make
@@ -23,8 +23,9 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-sha512sums=('708172baa00a94671b494f33e7290af9ed4e0f764fabb500187855ee39840e379590274802e9ef360c128e881cfe0cefe7a12a9bfdcf9cfa7ffb49746b02300a')
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')
More information about the arch-commits
mailing list