]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gnutls/gnutls.nm
Merge remote-tracking branch 'stevee/lm_sensors'
[people/ms/ipfire-3.x.git] / gnutls / gnutls.nm
CommitLineData
eb73cf79 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
eb73cf79
MT
4###############################################################################
5
802ea3af 6name = gnutls
a5c63e06 7version = 3.0.13
8980e4b7 8release = 2
eb73cf79 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnu.org/software/gnutls/
12license = LGPLv2.1+
13summary = A general-purpose cryptography library.
eb73cf79 14
802ea3af 15description
eb73cf79
MT
16 GnuTLS is a project that aims to develop a library which provides \
17 a secure layer, over a reliable transport layer. Currently the \
18 GnuTLS library implements the proposed standards by the IETF's \
19 TLS working group.
802ea3af
MT
20end
21
7a683470 22source_dl = ftp://ftp.gnu.org/gnu/gnutls/
802ea3af
MT
23sources = %{thisapp}.tar.xz
24
25build
26 requires
27 libtasn1-devel
a5c63e06 28 nettle-devel >= 2.4
c1114c6b 29 perl
a5c63e06 30 p11-kit-devel >= 0.4
802ea3af
MT
31 zlib-devel
32 end
33
34 # Build library without an executable stack.
35 CFLAGS += -Wa,--noexecstack
36
37 configure_options += \
38 --with-included-libcfg \
a5c63e06
MT
39 --disable-srp-authentication \
40 --disable-openssl-compatibility
802ea3af
MT
41
42 test
a5c63e06 43 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
802ea3af
MT
44 make check
45 end
46end
47
48packages
49 package %{name}
7a683470 50 requires
a5c63e06
MT
51 nettle >= 2.4
52 p11-kit >= 0.4
7a683470
MT
53 end
54 end
802ea3af
MT
55
56 package %{name}-devel
57 template DEVEL
58 end
1f9bc2f0
MT
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
802ea3af 63end