]> git.ipfire.org Git - ipfire-3.x.git/blame - gnupg2/gnupg2.nm
gnupg2: Fix wrong name field.
[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
53edf632 7version = 2.0.18
e63d3291
MT
8release = 2
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
31 libgcrypt-devel
32 libksba-devel
33 pinentry
34 pth-devel
35 zlib-devel
36 end
37
38 configure_options += \
e63d3291 39 --libexecdir=%{libdir}/gnupg2 \
802ea3af
MT
40 --enable-standard-socket
41end
42
43packages
44 package %{name}
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end