2016-12-09 22:35:24 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
|
2018-06-20 03:06:03 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn2, libunistring"
|
2018-07-16 22:27:35 +02:00
|
|
|
TERMUX_PKG_VERSION=3.5.19
|
|
|
|
TERMUX_PKG_SHA256=1936eb64f03aaefd6eb16cef0567457777618573826b94d03376bb6a4afadc44
|
2017-11-15 01:33:54 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
|
2018-06-20 03:06:03 +02:00
|
|
|
TERMUX_PKG_DEVPACKAGE_DEPENDS="libidn2-dev, libnettle-dev"
|
2017-07-07 12:23:00 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
--disable-cxx
|
|
|
|
--disable-hardware-acceleration
|
|
|
|
--disable-openssl-compatibility
|
|
|
|
--with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem
|
2018-06-19 15:31:54 +02:00
|
|
|
--with-system-priority-file=${TERMUX_PREFIX}/etc/gnutls/default-priorities
|
2017-07-07 12:23:00 +02:00
|
|
|
--with-included-libtasn1
|
|
|
|
--without-p11-kit
|
|
|
|
"
|