Magellan Linux

Contents of /tags/old-unstable-20120113/extras/dbus-python/dbus-python-0.83.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 5 months ago) by niro
File size: 595 byte(s)
tagged 'old-unstable-20120113'
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="0.83.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="DBus Python bindings."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
12
13 DEPEND=">= dev-lang/python-2.6
14 >= sys-apps/dbus-1.3
15 >= dev-libs/dbus-glib-0.82"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
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"