Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3468 - (show annotations) (download)
Wed Oct 21 21:12:02 2009 UTC (14 years, 7 months ago) by niro
File size: 1291 byte(s)
-multilib support
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.82"
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.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 --with-system-pid-file=/var/run/dbus.pid \
44 --with-system-socket=/var/run/dbus/system_bus_socket \
45 --with-session-socket-dir=/tmp \
46 --with-test-socket-dir=/tmp \
47 --localstatedir=/var \
48 --with-dbus-user=messagebus \
49 --with-xml=libxml \
50 --disable-verbose-mode \
51 --disable-checks \
52 --disable-asserts \
53 --disable-doxygen-docs \
54 --disable-xml-docs \
55 || die
56
57 mmake || die
58 }
59
60 src_install()
61 {
62 mmake DESTDIR=${BINDIR} install || die
63 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
64 }

Properties

Name Value
svn:keywords Id