Magellan Linux

Contents of /trunk/core/dbus-glib/dbus-glib-0.82-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4060 - (show annotations) (download)
Tue Nov 17 21:38:33 2009 UTC (14 years, 6 months ago) by niro
File size: 1333 byte(s)
-fixed libexec dir
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.82"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="D-BUS glib bindings."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
12
13 DEPEND=">= sys-apps/dbus-1.3
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/glib2-2.22"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude multilib
23
24 SRC_URI=(
25 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-0.72-introspection.patch
28 )
29
30 UP2SUBDIR="${PNAME}"
31 UP2TARBALL="${PNAME}"
32 UP2DATE="updatecmd_freedesktop dbus gz"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 mpatch -Np1 ${PNAME}-0.72-introspection.patch || die
38 }
39
40 src_compile()
41 {
42 mconfigure \
43 --libexecdir=/usr/$(mlibdir)/${PNAME} \
44 --with-system-pid-file=/var/run/dbus.pid \
45 --with-system-socket=/var/run/dbus/system_bus_socket \
46 --with-session-socket-dir=/tmp \
47 --with-test-socket-dir=/tmp \
48 --localstatedir=/var \
49 --with-dbus-user=messagebus \
50 --with-xml=libxml \
51 --disable-verbose-mode \
52 --disable-checks \
53 --disable-asserts \
54 --disable-doxygen-docs \
55 --disable-xml-docs \
56 || die
57
58 mmake || die
59 }
60
61 src_install()
62 {
63 mmake DESTDIR=${BINDIR} install || die
64 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
65 }

Properties

Name Value
svn:keywords Id