X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a4279e8660fe2dc1c9c910649f32a9dea8092a58..816b381677e39d5f6a5b8e836293b83c4c1192d1:/packages/macchanger/build.sh diff --git a/packages/macchanger/build.sh b/packages/macchanger/build.sh index 8d5f3fa9..1e3d5c6a 100644 --- a/packages/macchanger/build.sh +++ b/packages/macchanger/build.sh @@ -2,11 +2,8 @@ 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_VERSION=1.7.0 TERMUX_PKG_SRCURL=https://github.com/alobbs/macchanger/archive/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_FOLDERNAME=macchanger-${TERMUX_PKG_VERSION} -# TERMUX_PKG_DEPENDS="pcre, openssl, libuuid" -# TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=openssl --disable-iri" +TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f termux_step_pre_configure() { - cd $TERMUX_PKG_SRCDIR ./autogen.sh }