]> git.ipfire.org Git - ipfire-3.x.git/blame - gnupg2/gnupg2.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / gnupg2 / gnupg2.nm
CommitLineData
5587426c 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
5587426c
SS
4###############################################################################
5
e63d3291 6name = gnupg2
bd97b901 7version = 2.3.8
8adf51b8 8release = 1
e63d3291 9thisapp = gnupg-%{version}
5587426c 10
802ea3af 11groups = Security/Tools
bd97b901 12url = https://www.gnupg.org/
802ea3af
MT
13license = GPLv3+
14summary = Utility for secure communication and data storage.
5587426c 15
802ea3af 16description
5587426c
SS
17 The GnuPG 2 package is GNU's tool for secure communication and data \
18 storage. It can be used to encrypt data and to create digital signatures. \
19 It includes an advanced key management facility and is compliant with the \
20 proposed OpenPGP Internet standard as described in RFC2440 and the S/MIME \
21 standard as described by several RFCs.
802ea3af
MT
22end
23
bd97b901 24source_dl = https://www.gnupg.org/ftp/gcrypt/gnupg/
802ea3af
MT
25sources = %{thisapp}.tar.bz2
26
27build
28 requires
15a15426 29 gnutls-devel
bd97b901 30 libassuan-devel >= 2.5.0
802ea3af 31 libcurl-devel
bd97b901
MT
32 libgpg-error >= 1.41
33 libgcrypt-devel >= 1.9.1
15a15426 34 libksba-devel >= 1.3.4
54945849 35 npth-devel
802ea3af 36 pinentry
15a15426 37 readline-devel
802ea3af
MT
38 zlib-devel
39 end
40
41 configure_options += \
15a15426 42 --libexecdir=%{libdir}/gnupg2
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end