blob: 4cda9976fc549ffc60608db67ba5fdca75436710 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#############################################################
#
# gnutls
#
#############################################################
GNUTLS_VERSION = 2.10.5
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
GNUTLS_SITE = http://ftp.gnu.org/gnu/gnutls/
GNUTLS_DEPENDENCIES = libgcrypt
GNUTLS_CONF_OPT += --without-libgcrypt-prefix
GNUTLS_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS))
|