1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 00:07:06 +00:00
termux-packages/packages/libgnutls/build.sh

13 lines
807 B
Bash
Raw Normal View History

2016-12-09 21:35:24 +00:00
TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
2015-06-12 23:03:31 +00:00
TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn, libunistring"
2017-01-15 20:30:56 +00:00
_TERMUX_PKG_MAJOR_VERSION=3.5
TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.13
TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-hardware-acceleration --disable-cxx --disable-openssl-compatibility --with-included-libtasn1 --without-p11-kit --with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem"
2015-06-12 23:03:31 +00:00
2016-09-03 22:45:08 +00:00
termux_step_pre_configure() {
CFLAGS+=" -std=c99"
}