[arch-commits] Commit in jnettop/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:58:47 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:58:46
Author: felixonmars
Revision: 658670
archrelease: copy trunk to community-staging-x86_64
Added:
jnettop/repos/community-staging-x86_64/
jnettop/repos/community-staging-x86_64/PKGBUILD
(from rev 658669, jnettop/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: jnettop/repos/community-staging-x86_64/PKGBUILD (from rev 658669, jnettop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:58:46 UTC (rev 658670)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Paul Bredbury <brebs at sent.com>
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=7
+pkgdesc="A top-like console network traffic visualizer"
+arch=(x86_64)
+url="https://web.archive.org/web/20160703195221/http://jnettop.kubs.info/wiki/"
+license=('GPL')
+depends=('libpcap' 'glib2')
+makedepends=('pkgconfig')
+source=("https://web.archive.org/web/20161221100811/http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz")
+sha512sums=('304293cd011ce8556aabf69e91b2e831ac61aa43016bb5b616d24b45805315a815dfba37dfe9f7cd3c637931043d4123b2f46a7637ba1a0b9d30267fe6dcb051')
+
+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