]> git.ipfire.org Git - ipfire-3.x.git/blame - gnupg2/gnupg2.nm
clamav: Update to 0.101.4
[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
15a15426 7version = 2.2.3
8adf51b8 8release = 1
e63d3291 9thisapp = gnupg-%{version}
5587426c 10
802ea3af
MT
11groups = Security/Tools
12url = http://www.gnupg.org/
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
53edf632 24source_dl = ftp://ftp.gnupg.org/gcrypt/gnupg/
802ea3af
MT
25sources = %{thisapp}.tar.bz2
26
27build
28 requires
15a15426
MT
29 gnutls-devel
30 libassuan-devel >= 2.4.3
802ea3af 31 libcurl-devel
15a15426
MT
32 libgpg-error >= 1.23
33 libgcrypt-devel >= 1.7.0
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