[Lunar-commits] CVS: moonbase/graphics/glass BUILD, 1.1.1.1,
1.2 DETAILS, 1.2, 1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Dec 24 02:28:48 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/glass
In directory espresso.foo-projects.org:/tmp/cvs-serv2817/glass
Modified Files:
BUILD DETAILS
Log Message:
Version bump. Also rearranged the build file a bit.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/glass/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ BUILD 24 Dec 2004 02:28:46 -0000 1.2
@@ -1,7 +1,8 @@
(
- make LIBDIR=/usr/lib INCLUDEDIR=/usr/include &&
- prepare_install &&
- make LIBDIR=/usr/lib INCLUDEDIR=/usr/include install
+ sedit "s:/usr/local/lib:/usr/lib:" Makefile &&
+ sedit "s:/usr/local/include/glass:/usr/include:" Makefile &&
+
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/glass/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:05 -0000 1.2
+++ DETAILS 24 Dec 2004 02:28:46 -0000 1.3
@@ -1,11 +1,13 @@
- MODULE=glass
- VERSION=1.1.1
+ MODULE=glass
+ VERSION=1.3.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VRY=sha1:16801add61854f4b40afc31fc4b2534f3d01dce3
WEB_SITE=http://glass.sourceforge.ent
ENTERED=20010922
- UPDATED=20010922
- SHORT="glass is a 3D library to make structured models in open GL applications."
+ UPDATED=20041223
+ SHORT="A 3D library to make structured models in openGL applications"
+
cat << EOF
GLASS is a 3D library, designed to make easy use of structured models
in open GL applications. What do I mean by structured? That is models,
More information about the Lunar-commits
mailing list