add liblua-dev to luarocks build dependencies (#1394)
[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
FF
4TERMUX_PKG_VERSION=3.5.16
5TERMUX_PKG_SHA256=0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25
2607ebeb 6TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
2af3a107 7TERMUX_PKG_DEVPACKAGE_DEPENDS="libidn-dev, libnettle-dev"
82e106ef
FF
8TERMUX_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"