[Lunar-commits] <moonbase> glew: another OpenGL toolkit. Required for another incoming module.

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Mar 6 00:51:26 CET 2008


commit 047ca79317011198c9a7fbf5ce27727e2a78b7cc
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Mar 6 00:51:26 2008 +0100

    glew: another OpenGL toolkit. Required for another incoming module.
---
 graphics/glew/BUILD   |    7 +++++++
 graphics/glew/DEPENDS |    1 +
 graphics/glew/DETAILS |   18 ++++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/graphics/glew/BUILD b/graphics/glew/BUILD
new file mode 100644
index 0000000..93ee931
--- /dev/null
+++ b/graphics/glew/BUILD
@@ -0,0 +1,7 @@
+(
+
+cd $SOURCE_DIRECTORY &&
+sedit "s/-O2/$CFLAGS/" config/Makefile.linux &&
+default_make
+
+) > $C_FIFO 2>&1
diff --git a/graphics/glew/DEPENDS b/graphics/glew/DEPENDS
new file mode 100644
index 0000000..7700e48
--- /dev/null
+++ b/graphics/glew/DEPENDS
@@ -0,0 +1 @@
+depends "%GLX"
diff --git a/graphics/glew/DETAILS b/graphics/glew/DETAILS
new file mode 100644
index 0000000..fd21382
--- /dev/null
+++ b/graphics/glew/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=glew
+         VERSION=1.5.0
+          SOURCE=$MODULE-$VERSION-src.tgz
+        WEB_SITE=http://glew.sourceforge.net/
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:17fa3b2f5b72a227c5e14631c2bda3fcfd8c1663
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+         ENTERED=20080305
+         UPDATED=20080305
+           SHORT="The OpenGL Extension Wrangler Library"
+cat << EOF
+The OpenGL Extension Wrangler Library (GLEW) is a
+cross-platform open-source C/C++ extension loading library.
+GLEW provides efficient run-time mechanisms for determining
+which OpenGL extensions are supported on the target platform.
+OpenGL core and extension functionality is exposed
+in a single header file.
+EOF


More information about the Lunar-commits mailing list