libvterm: Update to latest git master
[termux-packages] / packages / libgnutls / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
2 TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
3 TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn, libunistring"
4 TERMUX_PKG_VERSION=3.5.15
5 TERMUX_PKG_SHA256=046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5
6 TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
7 TERMUX_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 "