]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gnupg2/gnupg2.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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 = gnupg
7 version = 2.0.18
8 release = 1
9
10 groups = Security/Tools
11 url = http://www.gnupg.org/
12 license = GPLv3+
13 summary = Utility for secure communication and data storage.
14
15 description
16 The GnuPG 2 package is GNU's tool for secure communication and data \
17 storage. It can be used to encrypt data and to create digital signatures. \
18 It includes an advanced key management facility and is compliant with the \
19 proposed OpenPGP Internet standard as described in RFC2440 and the S/MIME \
20 standard as described by several RFCs.
21 end
22
23 source_dl = ftp://ftp.gnupg.org/gcrypt/gnupg/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 libassuan-devel
29 libcurl-devel
30 libgcrypt-devel
31 libksba-devel
32 pinentry
33 pth-devel
34 zlib-devel
35 end
36
37 configure_options += \
38 --libexecdir=/usr/lib/gnupg2 \
39 --enable-standard-socket
40 end
41
42 packages
43 package %{name}
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end