X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..1d678bcef5dc9cb63cd2f0e503a27d7ef90e083a:/packages/automake/build.sh diff --git a/packages/automake/build.sh b/packages/automake/build.sh index 27756b3b..ede115c7 100644 --- a/packages/automake/build.sh +++ b/packages/automake/build.sh @@ -1,5 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/automake/ TERMUX_PKG_DESCRIPTION="Tool for automatically generating Makefile.in files" TERMUX_PKG_VERSION=1.15 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="autoconf" +TERMUX_PKG_PLATFORM_INDEPENDENT=yes