]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - nettle/nettle.nm
man-db: Update to 2.7.1
[people/ms/ipfire-3.x.git] / nettle / nettle.nm
CommitLineData
bc9614d0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
bc9614d0
MT
4###############################################################################
5
802ea3af 6name = nettle
8eb73ff1 7version = 2.7.1
70cde306 8release = 1
bc9614d0 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.lysator.liu.se/~nisse/nettle/
12license = LGPL
13summary = A low-level cryptographic library.
bc9614d0 14
802ea3af 15description
bc9614d0
MT
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.
802ea3af
MT
20end
21
1a5b6555 22source_dl = http://www.lysator.liu.se/~nisse/archive/
802ea3af
MT
23
24build
25 requires
26 gmp-devel
27 m4
802ea3af
MT
28 end
29
30 configure_options += \
31 --enable-shared
32
33 test
34 make check
35 end
5924dccf
MT
36
37 install_cmds
38 # Fix library permissions.
39 chmod 755 %{BUILDROOT}%{libdir}/libhogweed.so.*
40 chmod 755 %{BUILDROOT}%{libdir}/libnettle.so.*
41 end
802ea3af
MT
42end
43
44packages
45 package %{name}
46
47 package %{name}-devel
b284b82f
MT
48 template DEVEL
49
50 requires += gmp-devel
802ea3af 51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end