[Lunar-commits] <moonbase> ois: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Nov 30 12:23:57 CET 2011


commit dc40338a7a843568e54a2c00711b94240d584079
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Nov 30 06:23:57 2011 -0500

    ois: Adding to moonbase.
---
 devel/ois/BUILD   |    7 +++++++
 devel/ois/DETAILS |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/devel/ois/BUILD b/devel/ois/BUILD
new file mode 100644
index 0000000..19d2e01
--- /dev/null
+++ b/devel/ois/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sh bootstrap &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/ois/DETAILS b/devel/ois/DETAILS
new file mode 100644
index 0000000..2b0ebfc
--- /dev/null
+++ b/devel/ois/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=ois
+         VERSION=v1-3
+          SOURCE=$MODULE\_$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/wgois/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:860f366f87e5103109e72724ce096ce8559c2d3d
+        WEB_SITE=http://sourceforge.net/projects/wgois/
+         ENTERED=20111130
+         UPDATED=20111130
+           SHORT="Object Oriented Input System"
+
+cat << EOF
+Object Oriented Input System (OIS) is meant to be a cross platform, simple 
+solution for using all kinds of Input Devices (Keyboards, Mice, Joysticks, etc)
+and feedback devices (e.g. force feedback). Written in C++ using Object 
+Oriented Design pattern.
+EOF


More information about the Lunar-commits mailing list