]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pkgs/gnupg2/gnupg2.nm
Change file layout of the makefiles.
[people/amarx/ipfire-3.x.git] / pkgs / 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
MT
6name = gnupg
7version = 2.0.17
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
23source_dl =
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}
44 end
45end