]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gnupg2/gnupg2.nm
grep: Update to version 2.18.
[people/ms/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
97151576 7version = 2.0.21
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
29 libassuan-devel
30 libcurl-devel
97151576 31 libgpg-error >= 1.11
802ea3af
MT
32 libgcrypt-devel
33 libksba-devel
34 pinentry
35 pth-devel
36 zlib-devel
37 end
38
39 configure_options += \
e63d3291 40 --libexecdir=%{libdir}/gnupg2 \
802ea3af
MT
41 --enable-standard-socket
42end
43
44packages
45 package %{name}
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end