summaryrefslogtreecommitdiff
path: root/packages/python/python-dbus_0.23.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 12:59:57 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 12:59:57 +0000
commit4e66990d27586901af7ce814e410caa6a9fdcd82 (patch)
tree9cfeee8b3e9dac271e7efa5e4a50ce48ca15ff8d /packages/python/python-dbus_0.23.bb
parente1dcba71e604171bb63e8fcc802b524990ee79a8 (diff)
parent008313e2eaf472c57ab66301df90bd64ddd84b2c (diff)
merge of '520d98a2b3e5a5099b9a277781643288ce015b5a'
and '90907870097423c412dd5ea9520d4d6a6e674c51'
Diffstat (limited to 'packages/python/python-dbus_0.23.bb')
-rw-r--r--packages/python/python-dbus_0.23.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/python/python-dbus_0.23.bb b/packages/python/python-dbus_0.23.bb
deleted file mode 100644
index cb208d6338..0000000000
--- a/packages/python/python-dbus_0.23.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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 = "GPL"
-DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
-RDEPENDS = "dbus"
-PR = "ml1"
-
-SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
- file://cross.patch;patch=1 \
- file://tmpdir.patch;patch=1 \
- file://gettext.patch;patch=1"
-S = "${WORKDIR}/dbus-${PV}"
-
-inherit autotools pkgconfig gettext
-
-EXTRA_OECONF = "--disable-qt --disable-gtk --disable-tests \
- --disable-checks --disable-xml-docs --disable-doxygen-docs \
- --with-xml=expat --without-x --enable-python"
-
-FILES_${PN} = "${libdir}/python2.4/site-packages/dbus.* ${libdir}/python2.4/site-packages/dbus_bindings.so"
-