]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - dbus-glib/dbus-glib.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / dbus-glib / dbus-glib.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dbus-glib
7 version = 0.94
8 release = 3
9
10 groups = System/Libraries
11 url = http://www.freedesktop.org/software/dbus/
12 license = GPLv2+ AFL
13 summary = Glib bindings for D-Bus.
14
15 description
16 D-Bus add-on library to integrate the standard D-Bus library with \
17 the GLib thread abstraction and main loop.
18 end
19
20 source_dl =
21
22 build
23 requires
24 dbus
25 dbus-devel
26 expat-devel
27 gettext
28 glib2-devel
29 end
30
31 export LD_LIBRARY_PATH = %{DIR_APP}/dbus/.libs
32
33 configure_options += \
34 --libexecdir=%{libdir}
35
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46
47 requires = glib2-devel
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end