Magellan Linux

Contents of /trunk/extras/dbus-python/dbus-python-0.83.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6884 - (show annotations) (download)
Thu Sep 23 18:24:59 2010 UTC (13 years, 8 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 0.83.1-r1
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"