]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gnutls/gnutls.nm
mutter: Recomends to also install gnome-themes-standard and gsettings-desktop-schemas.
[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
d4f1083d 7version = %{ver_maj}.%{ver_min}
5cf285fa 8ver_maj = 3.2
82cadaee
MT
9ver_min = 8
10release = 1
eb73cf79 11
802ea3af
MT
12groups = System/Libraries
13url = http://www.gnu.org/software/gnutls/
14license = LGPLv2.1+
15summary = A general-purpose cryptography library.
eb73cf79 16
802ea3af 17description
eb579f8b
EK
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
eb73cf79 21 TLS working group.
802ea3af
MT
22end
23
d4f1083d 24source_dl = ftp://ftp.gnutls.org/gcrypt/gnutls/v%{ver_maj}/
802ea3af
MT
25sources = %{thisapp}.tar.xz
26
27build
28 requires
576ea568 29 datefudge
a86a6632
MT
30 gettext
31 guile-devel
32 libgcrypt-devel
0f632aef
MT
33 libidn-devel
34 libtasn1-devel >= 3.2
a86a6632 35 lzo-devel
5cf285fa 36 nettle-devel >= 2.7
c1114c6b 37 perl
588b9cc2 38 p11-kit-devel >= 0.14
a86a6632 39 readline-devel
802ea3af
MT
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 \
a86a6632
MT
48 --disable-openssl-compatibility \
49 --with-libgcrypt
802ea3af 50
e183e081 51 # Test suite does not work when srp is disabled.
5cf285fa
MT
52 test
53 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
54 make check
55 end
802ea3af
MT
56end
57
58packages
59 package %{name}
7a683470 60 requires
5cf285fa 61 nettle >= 2.7
588b9cc2 62 p11-kit >= 0.14
7a683470
MT
63 end
64 end
802ea3af
MT
65
66 package %{name}-devel
67 template DEVEL
68 end
1f9bc2f0
MT
69
70 package %{name}-debuginfo
71 template DEBUGINFO
72 end
802ea3af 73end