CVS: moonbase/games/luola BUILD,1.5,1.6 DETAILS,1.2,1.3

florin at lunar-linux.org florin at lunar-linux.org
Sat Sep 6 09:13:02 GMT 2003


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

Modified Files:
	BUILD DETAILS 
Log Message:
modifying the data directories for conforming to the LSB, bins in /usr/games, static data in /usr/share/games and variable data in /var/games.
bumped version from 1.0.3 to 1.2.0


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/luola/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	1 Jul 2003 20:51:47 -0000	1.5
+++ BUILD	6 Sep 2003 09:12:59 -0000	1.6
@@ -1,12 +1,16 @@
 (
 
-  sedit "s:../data:/usr/share/luola/data:" src/fs.c
+  sedit "s:../data:/usr/share/games/luola:" src/fs.c
 
   rm  -f  config.status
   rm  -f  config.cache
   rm  -f  config.log
 
-  ./configure  --prefix=/usr/games          \
+  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
+  ./configure  --prefix=/usr                \
+               --bindir=/usr/games          \
+	       --datadir=/usr/share/games   \
                --enable-sound               \
                --with-sdl-prefix=/usr       \
                --with-sdl-exec-prefix=/usr  \
@@ -14,7 +18,7 @@
 
   default_make                              &&
   
-  cd      /usr/games/share/luola/levels     &&
+  cd      /usr/share/games/luola/levels     &&
   unpack  $SOURCE2                          
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/luola/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	30 Jun 2003 21:15:15 -0000	1.2
+++ DETAILS	6 Sep 2003 09:12:59 -0000	1.3
@@ -1,14 +1,16 @@
            MODULE=luola
-         VERSION=1.0.3
+         VERSION=1.2.0
           SOURCE=$MODULE-$VERSION.tar.gz
           SOURCE2=stdlevels.tar.gz
+          SOURCE3=$MODULE-$VERSION-configure.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.saunalahti.fi/~laakkon1/linux/luola/bin/$SOURCE
   SOURCE2_URL[0]=http://www.saunalahti.fi/~laakkon1/linux/luola/bin/$SOURCE2
+  SOURCE3_URL[0]=$PATCH_URL/$SOURCE3
         WEB_SITE=http://www.saunalahti.fi/~laakkon1/linux/luola/index.php
          ENTERED=20011214
-         UPDATED=20030701
-           SHORT="luola is a cvern-flying game for 1-4 players"
+         UPDATED=20030906
+           SHORT="luola is a cavern-flying game for 1-4 players"
 cat << EOF
 Luola is a cavern-flying game for 1-4 players. Each player flies a
 small V-shaped ship and has one special weapon. The object of the




More information about the Lunar-commits mailing list