]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dbus-glib/dbus-glib.nm
kernel: Update to 3.13.2.
[people/ms/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
173c1afd 8release = 2
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
31 configure_options += \
32 --sysconfdir=/etc \
173c1afd
MT
33 --libdir=/%{lib} \
34 --libexecdir=%{libdir} \
802ea3af
MT
35 --mandir=/usr/share/man
36
37 test
38 make check
39 end
40
41 install_cmds
173c1afd 42 mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir}
802ea3af 43
173c1afd
MT
44 rm -vf %{BUILDROOT}/%{lib}/libdbus-glib-1.so
45 ln -svf ../../%{lib}/libdbus-glib-1.so.2 %{BUILDROOT}%{libdir}/libdbus-glib-1.so
802ea3af
MT
46 end
47end
48
49packages
50 package %{name}
51 end
1f9bc2f0 52
802ea3af
MT
53 package %{name}-devel
54 template DEVEL
1f9bc2f0 55
802ea3af
MT
56 requires = glib2-devel
57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end