libgnutls: Update from 3.5.17 to 3.5.18
[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.18
5 TERMUX_PKG_SHA256=ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234
6 TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
7 TERMUX_PKG_DEVPACKAGE_DEPENDS="libidn-dev, libnettle-dev"
8 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
9 --disable-cxx
10 --disable-hardware-acceleration
11 --disable-openssl-compatibility
12 --with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem
13 --with-included-libtasn1
14 --without-p11-kit
15 "