Magellan Linux

Contents of /smage/trunk/core/dbus-glib/dbus-glib-0.106-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8385 - (show annotations) (download)
Thu Jan 21 14:07:02 2016 UTC (8 years, 3 months ago) by niro
File size: 1280 byte(s)
auto added: ver bump to 0.106-r1
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.106"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="D-BUS glib bindings."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
11
12 DEPEND=">= sys-apps/dbus-1.8
13 >= dev-libs/libxml2-2.7
14 >= dev-libs/glib2-2.44"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= sys-apps/dbus-dev-1.8
18 >= dev-libs/libxml2-dev-2.7
19 >= dev-libs/glib2-dev-2.44"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
25 sminclude multilib alx-split
26
27 SRC_URI=(
28 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2SUBDIR="${PNAME}"
33 UP2TARBALL="${PNAME}"
34 UP2DATE="updatecmd_freedesktop dbus gz"
35
36 src_compile()
37 {
38 mconfigure \
39 --libexecdir=/usr/$(mlibdir)/${PNAME} \
40 --with-system-pid-file=/run/dbus.pid \
41 --with-system-socket=/run/dbus/system_bus_socket \
42 --with-session-socket-dir=/tmp \
43 --with-test-socket-dir=/tmp \
44 --localstatedir=/var \
45 --with-dbus-user=messagebus \
46 --with-xml=libxml \
47 --disable-verbose-mode \
48 --disable-checks \
49 --disable-asserts \
50 --disable-doxygen-docs \
51 --disable-xml-docs \
52 || die
53
54 mmake || die
55 }
56
57 src_install()
58 {
59 mmake DESTDIR=${BINDIR} install || die
60 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
61 }