Date: Saturday, December 10, 2022 @ 20:08:24
  Author: freswa
Revision: 1358132

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: jnettop/repos/community-staging-x86_64/PKGBUILD (from rev 1358131, 
jnettop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-12-10 20:08:24 UTC (rev 1358132)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Paul Bredbury <[email protected]>
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=8
+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
+}

Reply via email to