]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - gnupg2/gnupg2.nm
gnupg2: Update to 2.0.20.
[people/arne_f/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.0.20
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 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 += \
39 --libexecdir=%{libdir}/gnupg2 \
40 --enable-standard-socket
41 end
42
43 packages
44 package %{name}
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end