[Lunar-commits] <moonbase> PyBluez: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 23 18:38:41 CET 2010
commit 06e39d07fb2be5c5af2a54adbb0df1194f2682f0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 23 12:38:41 2010 -0500
PyBluez: Adding to moonbase.
---
python/PyBluez/BUILD | 7 +++++++
python/PyBluez/DEPENDS | 2 ++
python/PyBluez/DETAILS | 14 ++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/python/PyBluez/BUILD b/python/PyBluez/BUILD
new file mode 100644
index 0000000..78f4c91
--- /dev/null
+++ b/python/PyBluez/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/PyBluez/DEPENDS b/python/PyBluez/DEPENDS
new file mode 100644
index 0000000..41718b2
--- /dev/null
+++ b/python/PyBluez/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends %BLUETOOTH
diff --git a/python/PyBluez/DETAILS b/python/PyBluez/DETAILS
new file mode 100644
index 0000000..3e803d0
--- /dev/null
+++ b/python/PyBluez/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=PyBluez
+ VERSION=0.18
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pybluez.googlecode.com/files/
+ SOURCE_VFY=sha1:0b911ca32621060132934889b6998e8a692459dd
+ WEB_SITE=http://code.google.com/p/pybluez/
+ ENTERED=20100123
+ UPDATED=20100123
+ SHORT="Python bindings for bluetooth"
+
+cat << EOF
+PyBluez is an effort to create python wrappers around system Bluetooth resources
+to allow Python developers to easily and quickly create Bluetooth applications.
+EOF
More information about the Lunar-commits
mailing list