nethogs: We don't need Makefile.patch

This commit is contained in:
Pierre Rudloff 2018-02-17 20:45:13 +01:00 committed by Yaksh Bariya
parent 86972e9f13
commit b6b03a0e14
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 1 additions and 13 deletions

View File

@ -1,13 +0,0 @@
diff --git a/Makefile b/Makefile
index fd413a0..88e2617 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ export VERSION := $(shell ./determineVersion.sh)
#export PREFIX := /usr
export PREFIX ?= /usr/local
-all: decpcap_test test nethogs
+all: decpcap_test nethogs
.PHONY: tgz release check install install_lib install_dev uninstall uninstall_lib nethogs libnethogs decpcap_test test clean all
tgz: clean

View File

@ -7,4 +7,5 @@ TERMUX_PKG_FOLDERNAME=nethogs-${TERMUX_PKG_VERSION}
TERMUX_PKG_DEPENDS="ncurses, libpcap"
TERMUX_PKG_MAINTAINER="Pierre Rudloff <contact@rudloff.pro>"
TERMUX_PKG_SHA256=6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
TERMUX_PKG_EXTRA_MAKE_ARGS="nethogs"
CPPFLAGS+=" -I./"