Magellan Linux

Contents of /smage/trunk/core/dbus-glib/dbus-glib-0.100.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4470 - (show annotations) (download)
Wed Mar 13 09:46:35 2013 UTC (11 years, 3 months ago) by niro
File size: 1207 byte(s)
auto added: ver bump to 0.100.1-r1
1 # $Id$
2
3 PNAME="dbus-glib"
4 PVER="0.100.1"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="D-BUS glib bindings."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
11
12 DEPEND=">= sys-apps/dbus-1.6
13 >= dev-libs/libxml2-2.7
14 >= dev-libs/glib2-2.34"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
22 sminclude multilib alx-split
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 }