]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gnutls/gnutls.nm
Merge remote-tracking branch 'stevee/lm_sensors'
[people/ms/ipfire-3.x.git] / gnutls / gnutls.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gnutls
7 version = 3.0.13
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.gnu.org/software/gnutls/
12 license = LGPLv2.1+
13 summary = A general-purpose cryptography library.
14
15 description
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.
20 end
21
22 source_dl = ftp://ftp.gnu.org/gnu/gnutls/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 libtasn1-devel
28 nettle-devel >= 2.4
29 perl
30 p11-kit-devel >= 0.4
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 \
39 --disable-srp-authentication \
40 --disable-openssl-compatibility
41
42 test
43 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
44 make check
45 end
46 end
47
48 packages
49 package %{name}
50 requires
51 nettle >= 2.4
52 p11-kit >= 0.4
53 end
54 end
55
56 package %{name}-devel
57 template DEVEL
58 end
59
60 package %{name}-debuginfo
61 template DEBUGINFO
62 end
63 end