[Lunar-commits] r18000 - moonbase/trunk/games/gltron

Florin Braescu florin at lunar-linux.org
Sun Jan 8 11:54:41 UTC 2006


Author: florin
Date: 2006-01-08 11:54:41 +0000 (Sun, 08 Jan 2006)
New Revision: 18000

Modified:
   moonbase/trunk/games/gltron/BUILD
   moonbase/trunk/games/gltron/DEPENDS
   moonbase/trunk/games/gltron/DETAILS
Log:
bump the version from 0.63 to 0.70.

Modified: moonbase/trunk/games/gltron/BUILD
===================================================================
--- moonbase/trunk/games/gltron/BUILD	2006-01-08 10:42:43 UTC (rev 17999)
+++ moonbase/trunk/games/gltron/BUILD	2006-01-08 11:54:41 UTC (rev 18000)
@@ -1,20 +1,8 @@
 (
 
-  sedit  "s/-lglut /-lglut -lGLU -lXi -lXmu /"  configure
-  sedit  "s/-lSDL /-lSDL -lpthread /"           configure
-
-  ./configure  --prefix=/usr                     \
-               --bindir=/usr/share/games/gltron  &&
-  sedit  "s/-O2/$CFLAGS/"  Makefile              &&
-  make                                           &&
-  prepare_install                                &&
-  #  make  install                               &&
-  mkdir  -p       /usr/share/games/gltron        &&
-  cp  -r  art     /usr/share/games/gltron        &&
-  cp  -r  data    /usr/share/games/gltron        &&
-  cp  -r  sounds  /usr/share/games/gltron        &&
-  cp  gltron      /usr/share/games/gltron        &&
-  ln    -sf  ../share/games/gltron/gltron        \
-                 /usr/games/gltron
-
+  sedit "s/-lglut /-lglut -lGLU -lXi -lXmu /" configure
+  sedit "s/-lSDL /-lSDL -lpthread /"          configure
+  patch_it $SOURCE_CACHE/$SOURCE2 1  && 
+  default_game_build
+  
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/gltron/DEPENDS
===================================================================
--- moonbase/trunk/games/gltron/DEPENDS	2006-01-08 10:42:43 UTC (rev 17999)
+++ moonbase/trunk/games/gltron/DEPENDS	2006-01-08 11:54:41 UTC (rev 18000)
@@ -1,2 +1,2 @@
 depends  glut  &&
-depends  SDL_mixer
+depends  SDL_sound

Modified: moonbase/trunk/games/gltron/DETAILS
===================================================================
--- moonbase/trunk/games/gltron/DETAILS	2006-01-08 10:42:43 UTC (rev 17999)
+++ moonbase/trunk/games/gltron/DETAILS	2006-01-08 11:54:41 UTC (rev 18000)
@@ -1,12 +1,16 @@
            MODULE=gltron
-         VERSION=0.62
+         VERSION=0.70
           SOURCE=$MODULE-$VERSION-source.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+         SOURCE2=$MODULE-$VERSION-compile.patch.bz2
+       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:267bffa75c2c9f8bb1fa8a2d2254eef8b90be1d6
         WEB_SITE=http://www.gltron.org
          ENTERED=20010922
-         UPDATED=20030630
-           SHORT="gltron is a tron-like lightcycle game with a nice 3D perspective."
+         UPDATED=20060108
+           SHORT="gltron is a 3D tron-like lightcycle game."
+
 cat << EOF
-glTron is a tron-like lightcycle game with a nice 3D perspective. 3D
-acceleration is recommended.
+glTron is a tron-like lightcycle game with a nice 3D perspective. 
+3D acceleration is recommended.
 EOF



More information about the Lunar-commits mailing list