Magellan Linux

Contents of /branches/magellan-next/extras/dbus-python/dbus-python-0.84.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8683 - (show annotations) (download)
Wed Jul 27 19:02:28 2011 UTC (12 years, 10 months ago) by niro
File size: 578 byte(s)
-rebuild against fixed python
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="0.84.0"
5 PBUILD="r2"
6
7 PCATEGORIE="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.4
14 >= dev-libs/dbus-glib-0.92"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude python
22
23 SRC_URI=(
24 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2SUBDIR="${PNAME}"
29 UP2TARBALL="${PNAME}"
30 UP2DATE="updatecmd_freedesktop dbus gz"