]> git.ipfire.org Git - ipfire-3.x.git/blob - gnupg2/gnupg2.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / gnupg2 / gnupg2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gnupg2
7 version = 2.2.3
8 release = 1
9 thisapp = gnupg-%{version}
10
11 groups = Security/Tools
12 url = http://www.gnupg.org/
13 license = GPLv3+
14 summary = Utility for secure communication and data storage.
15
16 description
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.
22 end
23
24 source_dl = ftp://ftp.gnupg.org/gcrypt/gnupg/
25 sources = %{thisapp}.tar.bz2
26
27 build
28 requires
29 gnutls-devel
30 libassuan-devel >= 2.4.3
31 libcurl-devel
32 libgpg-error >= 1.23
33 libgcrypt-devel >= 1.7.0
34 libksba-devel >= 1.3.4
35 npth-devel
36 pinentry
37 readline-devel
38 zlib-devel
39 end
40
41 configure_options += \
42 --libexecdir=%{libdir}/gnupg2
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end