Magellan Linux

Contents of /branches/magellan-next/core/dbus-glib/dbus-glib-0.92-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7410 - (show annotations) (download)
Wed Jan 12 00:05:52 2011 UTC (13 years, 3 months ago) by niro
File size: 1238 byte(s)
auto added: ver bump to 0.92-r1
1 # $Id: dbus-glib-0.82-r3.smage2 4060 2009-11-17 21:38:33Z niro $
2
3 PNAME="dbus-glib"
4 PVER="0.92"
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.4
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/glib2-2.26"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
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 )
28
29 UP2SUBDIR="${PNAME}"
30 UP2TARBALL="${PNAME}"
31 UP2DATE="updatecmd_freedesktop dbus gz"
32
33 src_compile()
34 {
35 mconfigure \
36 --libexecdir=/usr/$(mlibdir)/${PNAME} \
37 --with-system-pid-file=/var/run/dbus.pid \
38 --with-system-socket=/var/run/dbus/system_bus_socket \
39 --with-session-socket-dir=/tmp \
40 --with-test-socket-dir=/tmp \
41 --localstatedir=/var \
42 --with-dbus-user=messagebus \
43 --with-xml=libxml \
44 --disable-verbose-mode \
45 --disable-checks \
46 --disable-asserts \
47 --disable-doxygen-docs \
48 --disable-xml-docs \
49 || die
50
51 mmake || die
52 }
53
54 src_install()
55 {
56 mmake DESTDIR=${BINDIR} install || die
57 minstalldocs AUTHORS ChangeLog COPYING HACKING NEWS README || die
58 }