]> git.ipfire.org Git - ipfire-3.x.git/blame - nettle/nettle.nm
json-c: Update to version 0.17-20230812
[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
ebccda91 7version = 3.8.1
78e32790 8release = 2
bc9614d0 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.lysator.liu.se/~nisse/nettle/
12license = LGPL
ebccda91 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
988db099 22source_dl = https://ftp.gnu.org/gnu/nettle/
802ea3af
MT
23
24build
25 requires
63c3f2f0 26 gmp-devel >= 5.0.0
802ea3af 27 m4
802ea3af
MT
28 end
29
30 configure_options += \
ebccda91
MT
31 --enable-shared \
32 --enable-fat
70e4c145 33
802ea3af
MT
34 test
35 make check
36 end
78e32790
SS
37
38 install_cmds
39 # Fix library permissions.
40 find %{BUILDROOT}%{libdir} -type f -exec chmod 755 {} \;
41 end
802ea3af
MT
42end
43
44packages
45 package %{name}
46
47 package %{name}-devel
b284b82f
MT
48 template DEVEL
49
63c3f2f0 50 requires += gmp-devel >= 5.0.0
802ea3af 51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end