]>
Commit | Line | Data |
---|---|---|
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 | 6 | name = gnutls |
eb579f8b | 7 | version = 3.1.3 |
a86a6632 | 8 | release = 1 |
eb73cf79 | 9 | |
802ea3af MT |
10 | groups = System/Libraries |
11 | url = http://www.gnu.org/software/gnutls/ | |
12 | license = LGPLv2.1+ | |
13 | summary = A general-purpose cryptography library. | |
eb73cf79 | 14 | |
802ea3af | 15 | description |
eb579f8b EK |
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 | |
eb73cf79 | 19 | TLS working group. |
802ea3af MT |
20 | end |
21 | ||
7a683470 | 22 | source_dl = ftp://ftp.gnu.org/gnu/gnutls/ |
802ea3af MT |
23 | sources = %{thisapp}.tar.xz |
24 | ||
25 | build | |
26 | requires | |
a86a6632 MT |
27 | gettext |
28 | guile-devel | |
29 | libgcrypt-devel | |
802ea3af | 30 | libtasn1-devel |
a86a6632 | 31 | lzo-devel |
76eb1f9c | 32 | nettle-devel >= 2.5 |
c1114c6b | 33 | perl |
a5c63e06 | 34 | p11-kit-devel >= 0.4 |
a86a6632 | 35 | readline-devel |
802ea3af MT |
36 | zlib-devel |
37 | end | |
38 | ||
39 | # Build library without an executable stack. | |
40 | CFLAGS += -Wa,--noexecstack | |
41 | ||
42 | configure_options += \ | |
43 | --with-included-libcfg \ | |
a5c63e06 | 44 | --disable-srp-authentication \ |
a86a6632 MT |
45 | --disable-openssl-compatibility \ |
46 | --with-libgcrypt | |
802ea3af | 47 | |
a86a6632 MT |
48 | #test |
49 | # export LD_LIBRARY_PATH=$(pwd)/lib/.libs | |
50 | # make check | |
51 | #end | |
802ea3af MT |
52 | end |
53 | ||
54 | packages | |
55 | package %{name} | |
7a683470 | 56 | requires |
76eb1f9c | 57 | nettle >= 2.5 |
a5c63e06 | 58 | p11-kit >= 0.4 |
7a683470 MT |
59 | end |
60 | end | |
802ea3af MT |
61 | |
62 | package %{name}-devel | |
63 | template DEVEL | |
64 | end | |
1f9bc2f0 MT |
65 | |
66 | package %{name}-debuginfo | |
67 | template DEBUGINFO | |
68 | end | |
802ea3af | 69 | end |