mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
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:
parent
aceeb4c740
commit
e4a85e8728
2 changed files with 2 additions and 14 deletions
|
@ -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>
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue