############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = gnutls version = 3.0.0 release = 1 groups = System/Libraries url = http://www.gnu.org/software/gnutls/ license = LGPLv2.1+ summary = A general-purpose cryptography library. description GnuTLS is a project that aims to develop a library which provides \ a secure layer, over a reliable transport layer. Currently the \ GnuTLS library implements the proposed standards by the IETF's \ TLS working group. end source_dl = sources = %{thisapp}.tar.xz build requires libtasn1-devel nettle-devel p11-kit-devel zlib-devel end # Build library without an executable stack. CFLAGS += -Wa,--noexecstack configure_options += \ --with-included-libcfg \ --disable-srp-authentication test make check end end packages package %{name} package %{name}-devel template DEVEL end end