Magellan Linux

Contents of /branches/R11-stable/core/dbus-python/dbus-python-1.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24099 - (show annotations) (download)
Fri Feb 20 08:57:03 2015 UTC (9 years, 2 months ago) by niro
File size: 596 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="1.2.0"
5 PBUILD="r2"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="DBus Python bindings."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= sys-apps/dbus-1.8
14 >= dev-libs/glib2-2.42
15 >= dev-libs/dbus-glib-0.102"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude python
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"