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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 20:21:02 UTC 2015


    Date: Sunday, September 6, 2015 @ 22:21:01
  Author: foutrelis
Revision: 139356

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

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

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

Copied: jnettop/repos/community-staging-i686/PKGBUILD (from rev 139355, jnettop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 20:21:01 UTC (rev 139356)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com
+# Contributor: Paul Bredbury <brebs at sent.com>
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=5
+pkgdesc="A top-like console network traffic visualizer"
+arch=(i686 x86_64)
+url="http://jnettop.kubs.info/wiki/"
+license=('GPL')
+depends=('libpcap' 'glib2')
+makedepends=('pkgconfig')
+source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz")
+md5sums=('9529d75011026b3fcaf185b2fb063881')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: jnettop/repos/community-staging-x86_64/PKGBUILD (from rev 139355, jnettop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 20:21:01 UTC (rev 139356)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com
+# Contributor: Paul Bredbury <brebs at sent.com>
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=5
+pkgdesc="A top-like console network traffic visualizer"
+arch=(i686 x86_64)
+url="http://jnettop.kubs.info/wiki/"
+license=('GPL')
+depends=('libpcap' 'glib2')
+makedepends=('pkgconfig')
+source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz")
+md5sums=('9529d75011026b3fcaf185b2fb063881')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list