Magellan Linux

Contents of /trunk/core/dbus-glib/dbus-glib-0.74-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 558 - (show annotations) (download)
Thu Dec 25 17:00:46 2008 UTC (15 years, 5 months ago) by niro
File size: 1331 byte(s)
-moved to 'core'
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.74"
5 PBUILD="r2"
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.1
14 >= dev-libs/libxml2-2.6.31
15 >= dev-libs/glib2-2.16"
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 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 mpatch -Np1 ${PNAME}-0.72-introspection.patch || die
34 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure \
41 --with-system-pid-file=/var/run/dbus.pid \
42 --with-system-socket=/var/run/dbus/system_bus_socket \
43 --with-session-socket-dir=/tmp \
44 --with-test-socket-dir=/tmp \
45 --localstatedir=/var \
46 --with-dbus-user=messagebus \
47 --with-xml=libxml \
48 --disable-verbose-mode \
49 --disable-checks \
50 --disable-asserts \
51 --disable-doxygen-docs \
52 --disable-xml-docs \
53 || die
54
55 mmake || die
56 }
57
58 src_install()
59 {
60 cd ${SRCDIR}
61
62 mmake DESTDIR=${BINDIR} install || die
63 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
64 }

Properties

Name Value
svn:keywords Id