[Lunar-commits] <moonbase-other> ois: readded to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:44 CEST 2013
commit 00ad266f8e8eaf393713120ab28b2fb44aa13dbc
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:17:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/00ad266f8e8eaf393713120ab28b2fb44aa13dbc
ois: readded to -other
---
devel/ois/BUILD | +5/-0
devel/ois/DEPENDS | +1/-0
devel/ois/DETAILS | +17/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/devel/ois/BUILD
@@ -0,0 +1,5 @@
+sedit "1 i #include <unistd.h>" src/linux/LinuxJoyStickEvents.cpp src/linux/LinuxForceFeedback.cpp demos/OISConsole.cpp demos/FFConsoleDemo.cpp &&
+
+sh bootstrap &&
+
+default_build
--- /dev/null
+++ b/devel/ois/DEPENDS
@@ -0,0 +1 @@
+depends libX11
--- /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