[arch-commits] Commit in iftop/repos (4 files)

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


    Date: Friday, May 31, 2013 @ 00:57:24
  Author: seblu
Revision: 92016

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  iftop/repos/community-staging-i686/
  iftop/repos/community-staging-i686/PKGBUILD
    (from rev 92015, iftop/trunk/PKGBUILD)
  iftop/repos/community-staging-x86_64/
  iftop/repos/community-staging-x86_64/PKGBUILD
    (from rev 92015, iftop/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: iftop/repos/community-staging-i686/PKGBUILD (from rev 92015, iftop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-30 22:57:24 UTC (rev 92016)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 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=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
+}

Copied: iftop/repos/community-staging-x86_64/PKGBUILD (from rev 92015, iftop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-30 22:57:24 UTC (rev 92016)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 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=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
+}




More information about the arch-commits mailing list