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

23 lines
960 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"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="LGPL-2.1"
2018-06-20 01:06:03 +00:00
TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn2, libunistring"
2019-07-27 21:39:00 +00:00
TERMUX_PKG_VERSION=3.6.9
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
2019-07-27 21:39:00 +00:00
TERMUX_PKG_SHA256=4331fca55817ecdd74450b908a6c29b4f05bb24dd13144c6284aa34d872e1fcb
2018-06-20 01:06:03 +00:00
TERMUX_PKG_DEVPACKAGE_DEPENDS="libidn2-dev, libnettle-dev"
2019-07-27 21:39:00 +00:00
TERMUX_PKG_BUILD_IN_SRC=yes
2017-07-07 10:23:00 +00:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
2018-04-09 22:31:58 +00:00
--enable-cxx
2017-07-07 10:23:00 +00:00
--disable-hardware-acceleration
--disable-openssl-compatibility
--with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem
--with-system-priority-file=${TERMUX_PREFIX}/etc/gnutls/default-priorities
2017-07-07 10:23:00 +00:00
--with-included-libtasn1
--without-p11-kit
"
2019-01-27 08:39:07 +00:00
termux_step_pre_configure() {
CFLAGS+=" -DNO_INLINE_GETPASS=1"
}