]> git.ipfire.org Git - ipfire-3.x.git/blob - libgpg-error/libgpg-error.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[ipfire-3.x.git] / libgpg-error / libgpg-error.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libgpg-error
7 version = 1.9
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.gnupg.org/
12 license = LGPLv2+
13 summary = Library for error values used by GnuPG components.
14
15 description
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.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 gcc-c++
27 end
28
29 configure_options += \
30 --libdir=/%{lib}
31
32 install_cmds
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
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end