Magellan Linux

Contents of /branches/R11-unstable/core/dbus-glib/dbus-glib-0.104-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24940 - (show annotations) (download)
Tue Nov 25 02:41:03 2014 UTC (9 years, 5 months ago) by niro
File size: 1150 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.104"
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.38"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude multilib
22
23 SRC_URI=(
24 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2SUBDIR="${PNAME}"
29 UP2TARBALL="${PNAME}"
30 UP2DATE="updatecmd_freedesktop dbus gz"
31
32 src_compile()
33 {
34 mconfigure \
35 --libexecdir=/usr/$(mlibdir)/${PNAME} \
36 --with-system-pid-file=/run/dbus.pid \
37 --with-system-socket=/run/dbus/system_bus_socket \
38 --with-session-socket-dir=/tmp \
39 --with-test-socket-dir=/tmp \
40 --localstatedir=/var \
41 --with-dbus-user=messagebus \
42 --with-xml=libxml \
43 --disable-verbose-mode \
44 --disable-checks \
45 --disable-asserts \
46 --disable-doxygen-docs \
47 --disable-xml-docs \
48 || die
49
50 mmake || die
51 }
52
53 src_install()
54 {
55 mmake DESTDIR=${BINDIR} install || die
56 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
57 }