termux-packages/packages/libidn2/build.sh
Fredrik Fornwall de89bd2bc9 libidn2: Do not configure with --disable-doc
Removing --disable-doc gets us the idn2 manpage. Also, remove
--enable-static=no since build-package.sh already configures with
--disable-static.
2018-05-20 16:01:39 +02:00

9 lines
459 B
Bash
Executable File

TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libidn/#libidn2
TERMUX_PKG_DESCRIPTION="Free software implementation of IDNA2008, Punycode and TR46"
TERMUX_PKG_MAINTAINER="lokesh @hax4us"
TERMUX_PKG_DEPENDS="libunistring, libandroid-support"
TERMUX_PKG_VERSION=2.0.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libidn/libidn2-${TERMUX_PKG_VERSION}.tar.gz