mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00:00
b71dab9fdc
I've got some problems with reverse dependencies after libidn update so I will not wait for people filing issues and simply revbump all of them
15 lines
718 B
Bash
15 lines
718 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libidn/
|
|
TERMUX_PKG_DESCRIPTION="GNU Libidn library, implementation of IETF IDN specifications"
|
|
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-3.0, GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.42"
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libidn/libidn-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=d6c199dcd806e4fe279360cb4b08349a0d39560ed548ffd1ccadda8cdecb4723
|
|
TERMUX_PKG_DEPENDS="libiconv"
|
|
TERMUX_PKG_BREAKS="libidn-dev"
|
|
TERMUX_PKG_REPLACES="libidn-dev"
|
|
|
|
# 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"
|