summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2021-03-10 02:52:50 +0100
committerOliver Bandel2021-03-10 02:52:50 +0100
commitb3542e61b9c05670f98f2abea7110a9b40967663 (patch)
tree43ff30fd3936d9adaa1738906e2c86d66f0546a3 /PKGBUILD
parentc91e6cedbb590d1a7a51927465ef45241f178a09 (diff)
downloadaur-b3542e61b9c05670f98f2abea7110a9b40967663.tar.gz
Adapting to changes in pcap-lib and some other patches.
Thanks to daltomi (AUR).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d410e6c9e15..76d31b921364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# Maintainer: oliver < a t > first . in-berlin . de
+# Contributor: daltomi (from AUR)
# Contributor: gunnar <tomtinn@gmail.com>
pkgname=trafshow
pkgver=5.2.3
-pkgrel=5
+pkgrel=6
pkgdesc="Full screen network monitoring"
arch=('i686' 'x86_64')
url="http://soft.risp.ru/trafshow/index_en.shtml"
license=('netbsd')
depends=('libpcap' 'ncurses')
source=(http://fossies.org/linux/misc/old/${pkgname}-$pkgver.tgz trafshow.patch)
-md5sums=('0b2f0bb23b7832138b7d841437b9e182' '4a85997d88dffa27ac469c6429752cb2')
+md5sums=('0b2f0bb23b7832138b7d841437b9e182' 'c6f0102c66868a65d93f210c524e7ff9')
build() {
cd $srcdir/$pkgname-$pkgver
patch -p1 -i ../trafshow.patch || return 1
+autoconf -f -Wnone || autoheader -f -Wnone # this ignores tons of warnings
+#autoconf -f || autoheader -f # consider using this to get the tons of warnings
./configure --prefix=/usr
make || return 1
}