libvterm: Update to latest git master
[termux-packages] / packages / libgnutls / build.sh
CommitLineData
72c69110 1TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
59f0d218 2TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
49037c2b 3TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn, libunistring"
2607ebeb
FF
4TERMUX_PKG_VERSION=3.5.15
5TERMUX_PKG_SHA256=046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5
6TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
82e106ef
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8--disable-cxx
9--disable-hardware-acceleration
10--disable-openssl-compatibility
11--with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem
12--with-included-libtasn1
13--without-p11-kit
14"