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

Kyle Keen kkeen at archlinux.org
Fri Jul 15 17:54:29 UTC 2016


    Date: Friday, July 15, 2016 @ 17:54:29
  Author: kkeen
Revision: 182945

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

Added:
  nethogs/repos/community-i686/PKGBUILD
    (from rev 182944, nethogs/trunk/PKGBUILD)
  nethogs/repos/community-x86_64/PKGBUILD
    (from rev 182944, nethogs/trunk/PKGBUILD)
Deleted:
  nethogs/repos/community-i686/PKGBUILD
  nethogs/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 -----------------------
 community-x86_64/PKGBUILD |   39 -----------------------
 3 files changed, 74 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-15 17:54:07 UTC (rev 182944)
+++ community-i686/PKGBUILD	2016-07-15 17:54:29 UTC (rev 182945)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: ViNS <gladiator at fastwebnet.it>
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
-url="http://nethogs.sourceforge.net"
-license=('GPL')
-depends=('libpcap' 'ncurses' 'gcc-libs')
-arch=('i686' 'x86_64')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-md5sums=('f38db5f08c2dd2b030727ba4ecf58e06')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's|/sbin|/bin|' src/MakeApp.mk
-  sed -i 's|/local||'  Makefile
-
-  # bug in 0.8.2?
-  # .so file is unversioned
-  sed -i 's/$(LIB[^)]*ION)/0/g' src/MakeLib.mk
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  unset CFLAGS
-  unset CXXFLAGS
-  make prefix="/usr"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="/usr" DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:

Copied: nethogs/repos/community-i686/PKGBUILD (from rev 182944, nethogs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-15 17:54:29 UTC (rev 182945)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: ViNS <gladiator at fastwebnet.it>
+# Contributor: Daenyth
+pkgname=nethogs
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
+url="https://github.com/raboof/nethogs"
+license=('GPL')
+depends=('libpcap' 'ncurses' 'gcc-libs')
+arch=('i686' 'x86_64')
+#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
+md5sums=('002fd7227d8ed2a8b0fcb0a1b44731bf')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|/sbin|/bin|' src/MakeApp.mk
+  sed -i 's|/local||'  Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  unset CFLAGS
+  unset CXXFLAGS
+  make prefix="/usr"
+  make prefix="/usr" libnethogs
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="/usr" DESTDIR="$pkgdir" install
+  make prefix="/usr" DESTDIR="$pkgdir" install_lib
+}
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-15 17:54:07 UTC (rev 182944)
+++ community-x86_64/PKGBUILD	2016-07-15 17:54:29 UTC (rev 182945)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: ViNS <gladiator at fastwebnet.it>
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
-url="http://nethogs.sourceforge.net"
-license=('GPL')
-depends=('libpcap' 'ncurses' 'gcc-libs')
-arch=('i686' 'x86_64')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-md5sums=('f38db5f08c2dd2b030727ba4ecf58e06')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's|/sbin|/bin|' src/MakeApp.mk
-  sed -i 's|/local||'  Makefile
-
-  # bug in 0.8.2?
-  # .so file is unversioned
-  sed -i 's/$(LIB[^)]*ION)/0/g' src/MakeLib.mk
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  unset CFLAGS
-  unset CXXFLAGS
-  make prefix="/usr"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="/usr" DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:

Copied: nethogs/repos/community-x86_64/PKGBUILD (from rev 182944, nethogs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-15 17:54:29 UTC (rev 182945)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: ViNS <gladiator at fastwebnet.it>
+# Contributor: Daenyth
+pkgname=nethogs
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
+url="https://github.com/raboof/nethogs"
+license=('GPL')
+depends=('libpcap' 'ncurses' 'gcc-libs')
+arch=('i686' 'x86_64')
+#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+source=(https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
+md5sums=('002fd7227d8ed2a8b0fcb0a1b44731bf')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|/sbin|/bin|' src/MakeApp.mk
+  sed -i 's|/local||'  Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  unset CFLAGS
+  unset CXXFLAGS
+  make prefix="/usr"
+  make prefix="/usr" libnethogs
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="/usr" DESTDIR="$pkgdir" install
+  make prefix="/usr" DESTDIR="$pkgdir" install_lib
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list