[Lunar-commits] <moonbase> Revert "glew: another OpenGL toolkit. Required for another incoming module."
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Mar 6 01:25:54 CET 2008
commit 6b9f23a99b6fb329fe168e1e1258206a2a1501bb
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Mar 6 01:25:54 2008 +0100
Revert "glew: another OpenGL toolkit. Required for another incoming module."
It looks glew is already present. Reverting.
This reverts commit 047ca79317011198c9a7fbf5ce27727e2a78b7cc.
---
graphics/glew/BUILD | 7 -------
graphics/glew/DEPENDS | 1 -
graphics/glew/DETAILS | 18 ------------------
3 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/graphics/glew/BUILD b/graphics/glew/BUILD
deleted file mode 100644
index 93ee931..0000000
--- a/graphics/glew/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-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
deleted file mode 100644
index 7700e48..0000000
--- a/graphics/glew/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends "%GLX"
diff --git a/graphics/glew/DETAILS b/graphics/glew/DETAILS
deleted file mode 100644
index fd21382..0000000
--- a/graphics/glew/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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