]> git.ipfire.org Git - ipfire-3.x.git/blame - libgcrypt/libgcrypt.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libgcrypt / libgcrypt.nm
CommitLineData
2e9748cc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2e9748cc
MT
4###############################################################################
5
802ea3af 6name = libgcrypt
faeed51a
PM
7version = 1.10.2
8release = 1
2e9748cc 9
802ea3af 10groups = System/Libraries
4a967cce 11url = https://www.gnupg.org/
802ea3af 12license = LGPLv2.1+
4a967cce 13summary = A general-purpose cryptography library
2e9748cc 14
2e9748cc 15
802ea3af 16description
4a967cce 17 Libgcrypt is a general purpose crypto library based on the code used
2e9748cc 18 in GNU Privacy Guard.
802ea3af
MT
19end
20
4a967cce 21source_dl = https://www.gnupg.org/ftp/gcrypt/libgcrypt/
802ea3af
MT
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 gcc-c++
dd349eda 27 libgpg-error-devel >= 1.25
802ea3af
MT
28 end
29
30 configure_options += \
8e3b0c72 31 --enable-noexecstack
802ea3af
MT
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
1f9bc2f0 39
802ea3af
MT
40 requires = libgpg-error-devel
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end