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