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

Felix Yan fyan at nymeria.archlinux.org
Wed Aug 28 09:24:47 UTC 2013


    Date: Wednesday, August 28, 2013 @ 11:24:47
  Author: fyan
Revision: 96415

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

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

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

Copied: jnettop/repos/community-i686/PKGBUILD (from rev 96414, jnettop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-28 09:24:47 UTC (rev 96415)
@@ -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=4
+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-x86_64/PKGBUILD (from rev 96414, jnettop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-28 09:24:47 UTC (rev 96415)
@@ -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=4
+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