ipfire-3.x/gnupg2/gnupg2.nm

52 lines
1.3 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = gnupg2
version = 2.3.8
release = 1
thisapp = gnupg-%{version}
groups = Security/Tools
url = https://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 = https://www.gnupg.org/ftp/gcrypt/gnupg/
sources = %{thisapp}.tar.bz2
build
requires
gnutls-devel
libassuan-devel >= 2.5.0
libcurl-devel
libgpg-error >= 1.41
libgcrypt-devel >= 1.9.1
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