]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - libgpg-error/libgpg-error.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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
MT
6name = libgpg-error
7version = 1.9
b2a21beb 8release = 2
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
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 gcc-c++
27 end
28
29 configure_options += \
b2a21beb 30 --libdir=/%{lib}
802ea3af
MT
31
32 install_cmds
b2a21beb
MT
33 mkdir -pv %{BUILDROOT}%{libdir}
34 rm -vf %{BUILDROOT}/%{lib}/libgpg-error.so
35 ln -sfv ../../%{lib}/libgpg-error.so.0 %{BUILDROOT}%{libdir}/libgpg-error.so
802ea3af
MT
36 end
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end