libidn2: update to 2.1.1a, disable doc, static libs and idn2 binary

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-03-16 20:10:44 +00:00 committed by MilhouseVH
parent c0ed05c6f6
commit 58fc3e7ea9

View File

@ -2,10 +2,18 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libidn2"
PKG_VERSION="2.1.0"
PKG_SHA256="032398dbaa9537af43f51a8d94e967e3718848547b1b2a4eb3138b20cad11d32"
PKG_VERSION="2.1.1a"
PKG_SHA256="57666bcf6ecf54230d7bac95c392379561954b57a673903aed4d3336b3048b72"
PKG_LICENSE="LGPL3"
PKG_SITE="https://www.gnu.org/software/libidn/"
PKG_URL="http://ftpmirror.gnu.org/gnu/libidn/libidn2-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Free software implementation of IDNA2008, Punycode and TR46."
PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
--enable-shared \
--disable-static"
post_makeinstall_target() {
safe_remove ${INSTALL}/usr/bin
}