[Lunar-commits] <moonbase> OpenSceneGraph: a real-time graphics toolkit.
Florin Braescu
florin at lunar-linux.org
Sat Jun 5 19:20:03 CEST 2010
commit a5ca585e665d752f0a5529f16eef27bb9b3a3fbb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jun 5 20:20:03 2010 +0300
OpenSceneGraph: a real-time graphics toolkit.
---
graphics/OpenSceneGraph/BUILD | 6 ++++++
graphics/OpenSceneGraph/DEPENDS | 7 +++++++
graphics/OpenSceneGraph/DETAILS | 15 +++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/graphics/OpenSceneGraph/BUILD b/graphics/OpenSceneGraph/BUILD
new file mode 100644
index 0000000..7fa81fb
--- /dev/null
+++ b/graphics/OpenSceneGraph/BUILD
@@ -0,0 +1,6 @@
+(
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/graphics/OpenSceneGraph/DEPENDS b/graphics/OpenSceneGraph/DEPENDS
new file mode 100644
index 0000000..800a487
--- /dev/null
+++ b/graphics/OpenSceneGraph/DEPENDS
@@ -0,0 +1,7 @@
+depends cmake
+depends jasper
+depends libungif
+depends curl
+depends pth
+depends xine-lib
+
diff --git a/graphics/OpenSceneGraph/DETAILS b/graphics/OpenSceneGraph/DETAILS
new file mode 100644
index 0000000..158abc7
--- /dev/null
+++ b/graphics/OpenSceneGraph/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=OpenSceneGraph
+ VERSION=2.8.3
+ SOURCE=$MODULE-$VERSION.zip
+ SOURCE_URL=http://www.openscenegraph.org/downloads/stable_releases/$MODULE-$VERSION/source
+ SOURCE_VFY=sha1:90502e4cbd47aac1689cc39d25ab62bbe0bba9fc
+ WEB_SITE=http://www.openscenegraph.org
+ ENTERED=20100605
+ UPDATED=20100605
+ SHORT="A high performance real-time graphics toolkit"
+
+cat << EOF
+The OpenSceneGraph is an open source high performance 3D graphics toolkit,
+used by application developers in fields such as visual simulation, games,
+virtual reality, scientific visualization and modelling.
+EOF
More information about the Lunar-commits
mailing list