python-pybluez: update to 0.13
authorKoen Kooi <koen@openembedded.org>
Tue, 18 Sep 2007 17:58:17 +0000 (17:58 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 18 Sep 2007 17:58:17 +0000 (17:58 +0000)
packages/python/python-pybluez_0.13.bb [new file with mode: 0644]

diff --git a/packages/python/python-pybluez_0.13.bb b/packages/python/python-pybluez_0.13.bb
new file mode 100644 (file)
index 0000000..2e7e282
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "Python bindings for the Linux Bluetooth stack"
+SECTION = "devel/python"
+DEPENDS = "bluez-libs"
+LICENSE = "GPL"
+PR = "ml0"
+
+SRC_URI = "http://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz"
+S = "${WORKDIR}/pybluez-${PV}"
+
+inherit distutils