Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3280 - (show annotations) (download)
Mon Oct 19 11:37:39 2009 UTC (14 years, 6 months ago) by niro
File size: 1316 byte(s)
auto added: ver bump to 0.82-r1
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.82"
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.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 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