Initial push
[termux-packages] / packages / libgnutls / build.sh
1 TERMUX_PKG_HOMEPAGE=http://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"
4 _TERMUX_PKG_MAJOR_VERSION=3.4
5 TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.1
6 TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-hardware-acceleration --disable-cxx --disable-openssl-compatibility --with-included-libtasn1 --without-p11-kit"
8
9 CFLAGS+=" -std=c99"