[oe-commits] Koen Kooi : wgois: add 1.2.0 release

GIT User account git at amethyst.openembedded.net
Wed Feb 11 08:09:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a340f93f676c6d426881c1298b78ad9e98930602
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a340f93f676c6d426881c1298b78ad9e98930602

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Feb 10 20:46:35 2009 +0100

wgois: add 1.2.0 release

---

 conf/checksums.ini           |    4 ++++
 packages/ogre/wgois_1.2.0.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1ea968e..af5bc3e 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15962,6 +15962,10 @@ sha256=3b46936339fe5c2dcb8fb2f9213fa36dcddefaa1e00d1d93b5640d8cc9898ca1
 md5=6fbd72e81dd4c135a2cc4f78d596aeb4
 sha256=68b8978071f31615ad89119583e629ca7c3069ae0c2fb8f7c390c19807cce0bb
 
+[http://downloads.sourceforge.net/wgois/ois_1.2.0.tar.gz]
+md5=6a8cedad04f095127ca1455162fec955
+sha256=175414df5d7b924779fa513ea614081ae55ae708a5e29473e74911297e4be708
+
 [http://www.olsr.org/releases/0.4/olsrd-0.4.10.tar.bz2]
 md5=9807d4451e65cb4ec385155eef7bf3cf
 sha256=af04bdd8abd85bb4715fd6011566054847c75fcbac5e5e9cdee80858ac2957d3
diff --git a/packages/ogre/wgois_1.2.0.bb b/packages/ogre/wgois_1.2.0.bb
new file mode 100644
index 0000000..ff59a3b
--- /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"
+
+
+
+





More information about the Openembedded-commits mailing list