]> git.ipfire.org Git - ipfire-3.x.git/blame - libgpg-error/libgpg-error.nm
kernel: Update to 5.1
[ipfire-3.x.git] / libgpg-error / libgpg-error.nm
CommitLineData
8678b451 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8678b451
MT
4###############################################################################
5
802ea3af 6name = libgpg-error
9dc7b32b 7version = 1.27
e1dc6a1b 8release = 1
8678b451 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnupg.org/
12license = LGPLv2+
13summary = Library for error values used by GnuPG components.
50774484 14
802ea3af 15description
8678b451
MT
16 This is a library that defines common error values for all GnuPG \
17 components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \
18 pinentry, SmartCard Daemon and possibly more in the future.
802ea3af
MT
19end
20
e1dc6a1b 21source_dl = ftp://ftp.gnupg.org/gcrypt/libgpg-error/
802ea3af
MT
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 gcc-c++
27 end
802ea3af
MT
28end
29
30packages
31 package %{name}
1f9bc2f0 32
802ea3af
MT
33 package %{name}-devel
34 template DEVEL
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end