Magellan Linux

Contents of /trunk/core/dbus-glib/dbus-glib-0.78-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 578 - (show annotations) (download)
Thu Dec 25 21:54:25 2008 UTC (15 years, 4 months ago) by niro
File size: 1412 byte(s)
-fixed dependencies
1 # $Header: /magellan-cvs/smage/dbus-glib/dbus-glib-0.74-r2.smage2,v 1.1 2008/03/21 10:36:24 niro Exp $
2
3 PNAME="dbus-glib"
4 PVER="0.78"
5 PBUILD="r1"
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.2
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/glib2-2.18"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 SRC_URI=(
23 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-0.72-introspection.patch
26 )
27
28 UP2SUBDIR="${PNAME}"
29 UP2TARBALL="${PNAME}"
30 UP2DATE="updatecmd_freedesktop dbus gz"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 mpatch -Np1 ${PNAME}-0.72-introspection.patch || die
38 }
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 mconfigure \
45 --with-system-pid-file=/var/run/dbus.pid \
46 --with-system-socket=/var/run/dbus/system_bus_socket \
47 --with-session-socket-dir=/tmp \
48 --with-test-socket-dir=/tmp \
49 --localstatedir=/var \
50 --with-dbus-user=messagebus \
51 --with-xml=libxml \
52 --disable-verbose-mode \
53 --disable-checks \
54 --disable-asserts \
55 --disable-doxygen-docs \
56 --disable-xml-docs \
57 || die
58
59 mmake || die
60 }
61
62 src_install()
63 {
64 cd ${SRCDIR}
65
66 mmake DESTDIR=${BINDIR} install || die
67 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
68 }

Properties

Name Value
svn:keywords Id