macchanger: mv to termux-root-packages

This commit is contained in:
Henrik Grimler 2019-04-01 22:40:45 +02:00
parent a5aa92ae0e
commit 546e803d26
2 changed files with 0 additions and 21 deletions

View File

@ -1,11 +0,0 @@
diff -u -r ../macchanger-1.7.0/autogen.sh ./autogen.sh
--- ../macchanger-1.7.0/autogen.sh 2014-01-01 12:10:25.000000000 -0500
+++ ./autogen.sh 2016-01-28 15:39:53.656299665 -0500
@@ -84,7 +84,6 @@
exit;
fi
-./configure "$@"
echo
echo "Now type 'make' to compile $PROJECT."

View File

@ -1,10 +0,0 @@
TERMUX_PKG_HOMEPAGE=https://github.com/alobbs/macchanger
TERMUX_PKG_DESCRIPTION="Utility that makes the maniputation of MAC addresses of network interfaces easier"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.7.0
TERMUX_PKG_SRCURL=https://github.com/alobbs/macchanger/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
termux_step_pre_configure() {
./autogen.sh
}