imagemagick: Update to latest patch
[termux-packages] / packages / libidn / build.sh
CommitLineData
a6a42bf9
FF
1TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/libidn/
2TERMUX_PKG_DESCRIPTION="GNU Libidn library, implementation of IETF IDN specifications"
3TERMUX_PKG_VERSION=1.32
db180b4a 4TERMUX_PKG_BUILD_REVISION=1
a6a42bf9
FF
5TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/libidn/libidn-${TERMUX_PKG_VERSION}.tar.gz
6# Remove the idn tool for now, add it as subpackage if desired::
7TERMUX_PKG_RM_AFTER_INSTALL="bin/idn share/man/man1/idn.1 share/emacs"
db180b4a 8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ld-version-script"