summaryrefslogtreecommitdiff
path: root/community/jnettop
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-09-03 16:10:12 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-09-03 16:10:12 -0300
commit037bcb846a6662420bd0f5d1edaad58bda4c86a7 (patch)
tree82494884d013c7b2cc9cd5df16c54cae0712d472 /community/jnettop
parent830afd54d0d990fdb982292bed4c97f577dc195d (diff)
parent3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/darkhttpd/PKGBUILD community/gnome-panel/PKGBUILD community/gpicview/PKGBUILD community/iftop/PKGBUILD community/lazarus/PKGBUILD community/netsurf/PKGBUILD community/polkit-gnome/PKGBUILD community/texvc/PKGBUILD community/unbound/PKGBUILD community/xfmedia/PKGBUILD core/glibc/PKGBUILD extra/arora/PKGBUILD extra/cairo/PKGBUILD extra/graphviz/PKGBUILD extra/libmng/PKGBUILD extra/mesa/PKGBUILD extra/nx/PKGBUILD extra/qt4/PKGBUILD extra/qt5/PKGBUILD extra/sqlite/PKGBUILD libre/midori-libre/PKGBUILD ~fauno/distccd-zeroconf/PKGBUILD ~fauno/kyotocabinet/PKGBUILD ~fauno/kyototycoon/PKGBUILD
Diffstat (limited to 'community/jnettop')
-rw-r--r--community/jnettop/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/jnettop/PKGBUILD b/community/jnettop/PKGBUILD
new file mode 100644
index 000000000..2c006554d
--- /dev/null
+++ b/community/jnettop/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 96415 2013-08-28 09:24:47Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com
+# Contributor: Paul Bredbury <brebs@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
+}