Switch from ftp.gnu.org to mirrors.kernel.org
[termux-packages] / packages / automake / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/automake/
2 TERMUX_PKG_DESCRIPTION="Tool for automatically generating Makefile.in files"
3 TERMUX_PKG_VERSION=1.15
4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz
5 TERMUX_PKG_DEPENDS="autoconf"
6 TERMUX_PKG_PLATFORM_INDEPENDENT=yes