]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gnupg2/gnupg2.nm
kernel: Update to 3.17
[people/ms/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.21
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 libgpg-error >= 1.11
32 libgcrypt-devel
33 libksba-devel
34 pinentry
35 pth-devel
36 zlib-devel
37 end
38
39 configure_options += \
40 --libexecdir=%{libdir}/gnupg2 \
41 --enable-standard-socket
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end