]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - nettle/nettle.nm
autogen: Update to 5.18.1.
[people/ms/ipfire-3.x.git] / nettle / nettle.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nettle
7 version = 2.7.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.lysator.liu.se/~nisse/nettle/
12 license = LGPL
13 summary = A low-level cryptographic library.
14
15 description
16 Nettle is a cryptographic library that is designed to fit easily in
17 more or less any context: In crypto toolkits for object-oriented
18 languages (C++, Python, Pike, ...), in applications like LSH or GNUPG,
19 or even in kernel space.
20 end
21
22 source_dl = http://www.lysator.liu.se/~nisse/archive/
23
24 build
25 requires
26 gmp-devel
27 m4
28 end
29
30 configure_options += \
31 --enable-shared
32
33 test
34 make check
35 end
36
37 install_cmds
38 # Fix library permissions.
39 chmod 755 %{BUILDROOT}%{libdir}/libhogweed.so.*
40 chmod 755 %{BUILDROOT}%{libdir}/libnettle.so.*
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49
50 requires += gmp-devel
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end