[Lunar-commits] <moonbase> cwiid: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 27 14:12:00 CET 2010
commit b0cc95c6043b8dcb5aa47d64356f0bf442a19af2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 27 08:12:00 2010 -0500
cwiid: Adding to moonbase.
---
libs/cwiid/BUILD | 7 +++++++
libs/cwiid/DEPENDS | 3 +++
libs/cwiid/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/libs/cwiid/BUILD b/libs/cwiid/BUILD
new file mode 100644
index 0000000..bc300a4
--- /dev/null
+++ b/libs/cwiid/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:hci_remote_name:hci_read_remote_name:g" libcwiid/bluetooth.c &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/cwiid/DEPENDS b/libs/cwiid/DEPENDS
new file mode 100644
index 0000000..4285f52
--- /dev/null
+++ b/libs/cwiid/DEPENDS
@@ -0,0 +1,3 @@
+depends bluez
+depends Python
+depends gtk+-2
diff --git a/libs/cwiid/DETAILS b/libs/cwiid/DETAILS
new file mode 100644
index 0000000..7e239fc
--- /dev/null
+++ b/libs/cwiid/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=cwiid
+ VERSION=0.6.00
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://abstrakraft.org/cwiid/downloads/
+ SOURCE_VFY=sha1:70743052ef88ddd94e2789f79257b8b67bffa3c1
+ WEB_SITE=http://abstrakraft.org/cwiid/
+ ENTERED=20101227
+ UPDATED=20101227
+ SHORT="Wiimote Interface library"
+
+PSAFE=no
+cat << EOF
+CWiid Wiimote Interface.
+
+Note: this requires the kernel to be compiled with uinput suppport.
+EOF
More information about the Lunar-commits
mailing list