############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = gnupg2 version = 2.2.3 release = 1 thisapp = gnupg-%{version} groups = Security/Tools url = http://www.gnupg.org/ license = GPLv3+ summary = Utility for secure communication and data storage. description The GnuPG 2 package is GNU's tool for secure communication and data \ storage. It can be used to encrypt data and to create digital signatures. \ It includes an advanced key management facility and is compliant with the \ proposed OpenPGP Internet standard as described in RFC2440 and the S/MIME \ standard as described by several RFCs. end source_dl = ftp://ftp.gnupg.org/gcrypt/gnupg/ sources = %{thisapp}.tar.bz2 build requires gnutls-devel libassuan-devel >= 2.4.3 libcurl-devel libgpg-error >= 1.23 libgcrypt-devel >= 1.7.0 libksba-devel >= 1.3.4 npth-devel pinentry readline-devel zlib-devel end configure_options += \ --libexecdir=%{libdir}/gnupg2 end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end