CVS: moonbase/games/tuxracer BUILD, 1.3, 1.4 DEPENDS, 1.2, 1.3 DETAILS, 1.1.1.1, 1.2

Florin Braescu florin at lunar-linux.org
Sun Oct 26 04:06:28 GMT 2003


Update of /var/cvs/lunar/moonbase/games/tuxracer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22363

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
install the data in the /usr/share/games directory. add  NVIDIA to depends file. the game can be compiled only if the libgl version is newer (NVIDIA provides this).

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/tuxracer/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	1 Jul 2003 20:51:48 -0000	1.3
+++ BUILD	26 Oct 2003 04:06:26 -0000	1.4
@@ -1,13 +1,13 @@
 (
 
-  ./configure  --prefix=/usr                                    \
-               --bindir=/usr/games                              \
-               --disable-sdltest                                \
-	       --with-tcl-lib-name=tcl8.4                       \
-               --with-data-dir=/usr/share/$MODULE-data-$VERSION &&
-  sedit "s:-malign-:-falign-:g" Makefile src/Makefile           &&
-  default_make                                                  &&
-  chmod  -R a+r  $MODULE-data-$VERSION                          &&
-  cp     -r      $MODULE-data-$VERSION  /usr/share
+  ./configure  --prefix=/usr                                          \
+               --bindir=/usr/games                                    \
+               --disable-sdltest                                      \
+	       --with-tcl-lib-name=tcl8.4                             \
+               --with-data-dir=/usr/share/games/$MODULE-data-$VERSION &&
+  sedit "s:-malign-:-falign-:g" Makefile src/Makefile                 &&
+  default_make                                                        &&
+  chmod  -R a+r  $MODULE-data-$VERSION                                &&
+  cp     -r      $MODULE-data-$VERSION  /usr/share/games
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/tuxracer/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2002 10:28:29 -0000	1.2
+++ DEPENDS	26 Oct 2003 04:06:26 -0000	1.3
@@ -1,3 +1,4 @@
-depends  tcl-tk  &&
-depends  glut    &&
+depends  NVIDIA &&
+depends  tcl-tk     &&
+depends  glut       &&
 depends  SDL_mixer

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/tuxracer/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:15 -0000	1.1.1.1
+++ DETAILS	26 Oct 2003 04:06:26 -0000	1.2
@@ -7,7 +7,7 @@
    SOURCE2_URL[0]=http://download.sourceforge.net/tuxracer/$SOURCE2
          WEB_SITE=http://www.tuxracer.com
          ENTERED=20010922
-         UPDATED=20010922
+         UPDATED=20031026
            SHORT="tuxracer is a 3D penguin racing game." 
 cat << EOF
 Tux Racer lets you take on the role of Tux the Linux Penguin as he races




More information about the Lunar-commits mailing list