php: Update from 7.2.4 to 7.2.5
[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_REVISION=2
5 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gettext/gettext-${TERMUX_PKG_VERSION}.tar.xz
6 TERMUX_PKG_SHA256=9c1781328238caa1685d7bc7a2e1dcf1c6c134e86b42ed554066734b621bd12f
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_DEPENDS="pcre, liblzma, libxml2, libcroco, ncurses, libunistring"
9 termux_step_pre_configure () {
10 autoreconf
11 }