diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:47:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:47:27 +0000 |
commit | 9931acde0f1ea2a9675e40398a0fe33edc136d8f (patch) | |
tree | 6e739c2ab1d0bf138070eac6dcc7a0bf2e3544ff /packages/python/python-dbus_0.83.0.bb | |
parent | d9ecf3c63414f10610ff9aef8a9237df25ded23b (diff) |
python-dbus 0.82.4 update to 0.83.0
Diffstat (limited to 'packages/python/python-dbus_0.83.0.bb')
-rw-r--r-- | packages/python/python-dbus_0.83.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/python/python-dbus_0.83.0.bb b/packages/python/python-dbus_0.83.0.bb new file mode 100644 index 0000000000..4ccecc0aa1 --- /dev/null +++ b/packages/python/python-dbus_0.83.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for interprocess communication" +SECTION = "devel/python" +HOMEPAGE = "http://www.freedesktop.org/Software/dbus" +LICENSE = "MIT" +DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" +RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" +PR = "ml0" + +SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" +S = "${WORKDIR}/dbus-python-${PV}" + +inherit distutils-base autotools pkgconfig + +export BUILD_SYS := "${BUILD_SYS}" +export HOST_SYS := "${HOST_SYS}" + +do_stage() { + autotools_stage_all +} + +FILES_${PN}-dev += "${libdir}/pkgconfig |