]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gnutls/gnutls.nm
86f3c870af9679b58ca5f3ccbb115e6b40e30267
[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 = %{ver_maj}.%{ver_min}
8 ver_maj = 3.2
9 ver_min = 8
10 release = 1
11
12 groups = System/Libraries
13 url = http://www.gnu.org/software/gnutls/
14 license = LGPLv2.1+
15 summary = A general-purpose cryptography library.
16
17 description
18 GnuTLS is a project that aims to develop a library which provides
19 a secure layer, over a reliable transport layer. Currently the
20 GnuTLS library implements the proposed standards by the IETF's
21 TLS working group.
22 end
23
24 source_dl = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 datefudge
30 gettext
31 guile-devel
32 libgcrypt-devel
33 libidn-devel
34 libtasn1-devel >= 3.2
35 lzo-devel
36 nettle-devel >= 2.7
37 perl
38 p11-kit-devel >= 0.14
39 readline-devel
40 zlib-devel
41 end
42
43 # Build library without an executable stack.
44 CFLAGS += -Wa,--noexecstack
45
46 configure_options += \
47 --with-included-libcfg \
48 --disable-openssl-compatibility \
49 --with-libgcrypt
50
51 # Test suite does not work when srp is disabled.
52 test
53 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
54 make check
55 end
56 end
57
58 packages
59 package %{name}
60 requires
61 nettle >= 2.7
62 p11-kit >= 0.14
63 end
64 end
65
66 package %{name}-devel
67 template DEVEL
68 end
69
70 package %{name}-debuginfo
71 template DEBUGINFO
72 end
73 end