Switch from ftp.gnu.org to mirrors.kernel.org
[termux-packages] / packages / gettext / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gettext/
2 TERMUX_PKG_DESCRIPTION="GNU Internationalization utilities"
3 TERMUX_PKG_VERSION=0.19.8
4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gettext/gettext-${TERMUX_PKG_VERSION}.tar.xz
5 TERMUX_PKG_SHA256=9c1781328238caa1685d7bc7a2e1dcf1c6c134e86b42ed554066734b621bd12f
6 TERMUX_PKG_BUILD_IN_SRC=yes
7 TERMUX_PKG_DEPENDS="pcre, liblzma, libxml2, libcroco, ncurses, libunistring"
8 termux_step_pre_configure () {
9 autoreconf
10 }