termux-packages/packages/libidn/build.sh

15 lines
687 B
Bash
Raw Normal View History

2018-05-25 12:38:52 +02:00
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libidn/
2015-11-19 22:32:50 +01:00
TERMUX_PKG_DESCRIPTION="GNU Libidn library, implementation of IETF IDN specifications"
2019-01-21 13:53:58 +01:00
TERMUX_PKG_LICENSE="GPL-3.0"
2020-07-27 09:45:37 +02:00
TERMUX_PKG_VERSION=1.36
2020-07-27 22:42:52 +02:00
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libidn/libidn-${TERMUX_PKG_VERSION}.tar.gz
2020-07-27 09:45:37 +02:00
TERMUX_PKG_SHA256=14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038
TERMUX_PKG_DEPENDS="libiconv"
TERMUX_PKG_BREAKS="libidn-dev"
TERMUX_PKG_REPLACES="libidn-dev"
2015-11-19 22:32:50 +01:00
# Remove the idn tool for now, add it as subpackage if desired::
TERMUX_PKG_RM_AFTER_INSTALL="bin/idn share/man/man1/idn.1 share/emacs"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ld-version-script"