]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - gnutls/gnutls.nm
Add a -debuginfo for every package that is not noarch.
[people/arne_f/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
75466c12 7version = 3.0.8
c181a580 8release = 1
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
3e822183 28 nettle-devel>=2.4
7a683470 29 p11-kit-devel>=0.4
802ea3af
MT
30 zlib-devel
31 end
32
33 # Build library without an executable stack.
34 CFLAGS += -Wa,--noexecstack
35
36 configure_options += \
37 --with-included-libcfg \
38 --disable-srp-authentication
39
40 test
41 make check
42 end
43end
44
45packages
46 package %{name}
7a683470 47 requires
481f5d19 48 nettle>=2.4
7a683470
MT
49 p11-kit>=0.4
50 end
51 end
802ea3af
MT
52
53 package %{name}-devel
54 template DEVEL
55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end