summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-python_0.71.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-29 23:28:26 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-29 23:28:26 +0000
commit110a855c87073f306b008cff224ea869f74022a2 (patch)
tree8389719fe7f1babdfb08ab87918282067772c81f /packages/dbus/dbus-python_0.71.bb
parentbb05d950954fb06dbb8455360eaf652b08266f04 (diff)
dbus, dbus-glib, dbus-python: update to 0.91/0.71
Diffstat (limited to 'packages/dbus/dbus-python_0.71.bb')
-rw-r--r--packages/dbus/dbus-python_0.71.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/dbus/dbus-python_0.71.bb b/packages/dbus/dbus-python_0.71.bb
new file mode 100644
index 0000000000..7c80a1be3c
--- /dev/null
+++ b/packages/dbus/dbus-python_0.71.bb
@@ -0,0 +1,14 @@
+DEFAULT_PREFERENCE="-1"
+
+SECTION = "devel/python"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
+DESCRIPTION = "message bus system for applications to talk to one another - python bindings"
+LICENSE = "GPL"
+PR = "r0"
+DEPENDS = "python-native"
+
+SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz \
+ file://cross.patch;patch=1"
+
+inherit distutils