]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gnupg2/gnupg2.nm
Add a -debuginfo for every package that is not noarch.
[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
802ea3af 6name = gnupg
53edf632 7version = 2.0.18
802ea3af 8release = 1
5587426c 9
802ea3af
MT
10groups = Security/Tools
11url = http://www.gnupg.org/
12license = GPLv3+
13summary = Utility for secure communication and data storage.
5587426c 14
802ea3af 15description
5587426c
SS
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.
802ea3af
MT
21end
22
53edf632 23source_dl = ftp://ftp.gnupg.org/gcrypt/gnupg/
802ea3af
MT
24sources = %{thisapp}.tar.bz2
25
26build
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
40end
41
42packages
43 package %{name}
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end