X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..816b381677e39d5f6a5b8e836293b83c4c1192d1:/packages/autoconf/build.sh diff --git a/packages/autoconf/build.sh b/packages/autoconf/build.sh index b551b4b5..c968f895 100644 --- a/packages/autoconf/build.sh +++ b/packages/autoconf/build.sh @@ -1,11 +1,12 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/autoconf/autoconf.html TERMUX_PKG_DESCRIPTION="Creator of shell scripts to configure source code packages" TERMUX_PKG_VERSION=2.69 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/autoconf/autoconf-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/autoconf/autoconf-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 TERMUX_PKG_DEPENDS="m4, make, perl" +TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_post_extract_package () { - cd $TERMUX_PKG_SRCDIR perl -p -i -e "s|/bin/sh|$TERMUX_PREFIX/bin/sh|" lib/*/*.m4 }