]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - dbus/dbus.nm
Change file layout of the makefiles.
[people/amarx/ipfire-3.x.git] / dbus / dbus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dbus
7 version = 1.4.0
8 release = 3
9
10 groups = System/Daemons
11 url = http://www.freedesktop.org/software/dbus/
12 license = GPLv2+ AFL
13 summary = D-BUS message bus.
14
15 description
16 D-BUS is a system for sending messages between applications. It is \
17 used both for the system-wide message bus service, and as a \
18 per-user-login-session messaging facility.
19 end
20
21 source_dl =
22
23 build
24 requires
25 audit-devel
26 expat-devel
27 libselinux-devel
28 end
29
30 configure_options += \
31 --sysconfdir=/etc \
32 --localstatedir=/var \
33 --libdir=/lib \
34 --libexecdir=/lib \
35 --enable-libaudit \
36 --enable-selinux=yes \
37 --with-systemdsystemunitdir=/lib/systemd/system/ \
38 --with-dbus-user=dbus
39
40 install_cmds
41 mkdir -pv %{BUILDROOT}/usr/lib
42 mv -v %{BUILDROOT}/lib/pkgconfig %{BUILDROOT}/usr/lib/
43
44 #change the arch-deps.h include directory to /usr/lib instead of /lib
45 sed -e 's@-I${libdir}@-I${prefix}/lib@' -i %{BUILDROOT}/usr/lib/pkgconfig/dbus-1.pc
46
47 mkdir -pv %{BUILDROOT}/usr/lib/dbus-1.0/include
48 mv -v %{BUILDROOT}/lib/dbus-1.0/include/* %{BUILDROOT}/usr/lib/dbus-1.0/include
49 rm -rvf %{BUILDROOT}/lib/dbus-1.0
50
51 rm -vf %{BUILDROOT}/lib/libdbus-1.so
52 ln -svf ../../lib/libdbus-1.so.3 %{BUILDROOT}/usr/lib/libdbus-1.so
53 end
54 end
55
56 packages
57 package %{name}
58 end
59
60 package %{name}-libs
61 template LIBS
62 end
63
64 package %{name}-devel
65 template DEVEL
66
67 files += /usr/lib/dbus-1.0
68 end
69 end