aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ogre
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-10 20:46:35 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-10 20:46:35 +0100
commita340f93f676c6d426881c1298b78ad9e98930602 (patch)
treeec290cd05cc8d06c18057a9f0d8842ea4b434ffa /packages/ogre
parent0345d624647954e3a49e05b8c221f8281e0897eb (diff)
downloadopenembedded-a340f93f676c6d426881c1298b78ad9e98930602.tar.gz
wgois: add 1.2.0 release
Diffstat (limited to 'packages/ogre')
-rw-r--r--packages/ogre/wgois_1.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/ogre/wgois_1.2.0.bb b/packages/ogre/wgois_1.2.0.bb
new file mode 100644
index 0000000000..ff59a3bcae
--- /dev/null
+++ b/packages/ogre/wgois_1.2.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices."
+LICENSE = "zlib"
+DEPENDS = "virtual/libx11"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz"
+
+inherit autotools_stage
+
+S = "${WORKDIR}/ois"
+
+FILES_${PN} += "${libdir}/libOIS-1*.so"
+
+
+
+