jupp: Update from 3.1jupp35 to 3.1jupp36
[termux-packages] / packages / libidn / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/libidn/
2 TERMUX_PKG_DESCRIPTION="GNU Libidn library, implementation of IETF IDN specifications"
3 TERMUX_PKG_VERSION=1.34
4 TERMUX_PKG_SHA256=3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c
5 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libidn/libidn-${TERMUX_PKG_VERSION}.tar.gz
6 # Remove the idn tool for now, add it as subpackage if desired::
7 TERMUX_PKG_RM_AFTER_INSTALL="bin/idn share/man/man1/idn.1 share/emacs"
8 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ld-version-script"