git: Update from 2.15.0 to 2.15.1
[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"
0870846d 4TERMUX_PKG_VERSION=3.5.16
204c100b 5TERMUX_PKG_REVISION=1
0870846d 6TERMUX_PKG_SHA256=0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25
7ca51c97 7TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
2af3a107 8TERMUX_PKG_DEVPACKAGE_DEPENDS="libidn-dev, libnettle-dev"
82e106ef
FF
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
10--disable-cxx
11--disable-hardware-acceleration
12--disable-openssl-compatibility
13--with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem
14--with-included-libtasn1
15--without-p11-kit
16"