diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:48:27 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:48:27 +0000 |
| commit | 81109d7d1da88e2ceab774868eedfb6d884a8b18 (patch) | |
| tree | d19957dcd663f8ddb8e8dc323d9b5d718adb509e /packages/python/python-dbus_0.83.0.bb | |
| parent | 5978dd6185ced3c9140640792ada10e9e9251419 (diff) | |
| parent | f07286e9a9effd66435f9541a526348ef5605db0 (diff) | |
merge of '03e37205ddb308324f3e7b1e882c50510b125716'
and '9ed8a9e4b331c4c26542be80abb9775edaf8f5bf'
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 |
