[arch-commits] Commit in iftop/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 01:07:54 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:07:54
  Author: felixonmars
Revision: 333669

archrelease: copy trunk to community-x86_64

Added:
  iftop/repos/community-x86_64/PKGBUILD
    (from rev 333668, iftop/trunk/PKGBUILD)
Deleted:
  iftop/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:07:34 UTC (rev 333668)
+++ PKGBUILD	2018-05-31 01:07:54 UTC (rev 333669)
@@ -1,31 +0,0 @@
-# $Id$
-# 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.0pre4
-pkgrel=2
-pkgdesc="Display bandwidth usage on an interface"
-arch=('i686' 'x86_64')
-url="http://www.ex-parrot.com/~pdw/iftop/"
-license=('GPL')
-depends=('libpcap' 'ncurses')
-source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')

Copied: iftop/repos/community-x86_64/PKGBUILD (from rev 333668, iftop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:07:54 UTC (rev 333669)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# 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.0pre4
+pkgrel=3
+pkgdesc="Display bandwidth usage on an interface"
+arch=('x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/"
+license=('GPL')
+depends=('libpcap' 'ncurses')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')



More information about the arch-commits mailing list