ifstatus: orphan

This hasn't been updated for years and there are alternative solutions
like `bmon` that are a good replacement.
This commit is contained in:
lemmi 2022-08-10 01:34:44 +02:00
parent aceeb4c740
commit e4a85e8728
2 changed files with 2 additions and 14 deletions

View file

@ -1,12 +0,0 @@
--- a/Main.h.orig 2018-01-15 23:45:03.380195836 +0100
+++ b/Main.h 2018-01-15 23:45:44.596544507 +0100
@@ -48,7 +48,9 @@
#include <sys/ioctl.h>
#include <arpa/inet.h>
+#ifdef __GLIBC__
#include <netinet/if_ether.h>
+#endif
#include <linux/netdevice.h>
#include <netinet/in.h>

View file

@ -1,13 +1,13 @@
# Template file for 'ifstatus'
pkgname=ifstatus
version=2.0.0
revision=2
revision=3
wrksrc=ifstatus-v${version}
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="Display network traffic on console"
maintainer="lemmi <lemmi@nerd2nerd.org>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://ifstatus.sourceforge.net/graphic/index.html"
distfiles="http://ifstatus.sourceforge.net/download/ifstatus-v${version}.tar.gz"