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"
|
2017-01-17 22:23:28 +01:00
|
|
|
TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn, libunistring"
|
2017-08-29 23:17:31 +02:00
|
|
|
TERMUX_PKG_VERSION=3.5.15
|
|
|
|
TERMUX_PKG_SHA256=046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5
|
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
|
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
|
|
|
|
--with-included-libtasn1
|
|
|
|
--without-p11-kit
|
|
|
|
"
|