[Lunar-commits] CVS: moonbase/games/Maelstrom BUILD, 1.1, 1.2 DETAILS, 1.4, 1.5

Florin Braescu florin at lunar-linux.org
Sun Oct 24 23:56:32 UTC 2004


Update of /var/cvs/lunar/moonbase/games/Maelstrom
In directory espresso.foo-projects.org:/tmp/cvs-serv16986/games/Maelstrom

Modified Files:
	BUILD DETAILS 
Log Message:
add two patches. one for gcc 3.4.x compile fix and a security patch.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/Maelstrom/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	9 Sep 2003 17:16:36 -0000	1.1
+++ BUILD	24 Oct 2004 23:56:30 -0000	1.2
@@ -1,10 +1,14 @@
 (
-  lrm Maelstrom > /dev/null &&  
 
-  ./configure  --prefix=/usr        \
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
+  prepare_install                   &&  
+
+  ./configure  --prefix=/usr         \
                --bindir=/usr/games  &&
 	       
-  mkdir -p /usr/games/Maelstrom &&
+  mkdir -p /usr/games/Maelstrom     &&
 
   default_make
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/Maelstrom/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	5 Oct 2004 09:29:58 -0000	1.4
+++ DETAILS	24 Oct 2004 23:56:30 -0000	1.5
@@ -1,11 +1,19 @@
            MODULE=Maelstrom
          VERSION=3.0.6
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.devolution.com/~slouken/Maelstrom/src/
+         SOURCE2=$MODULE-$VERSION-gcc34.patch.bz2
+         SOURCE3=$MODULE-$VERSION-security.patch.bz2
+   SOURCE_URL=http://www.devolution.com/~slouken/Maelstrom/src/
+  SOURCE2_URL=$PATCH_URL/
+  SOURCE3_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:28b273615d1c375e532d375a4a407a99af63e283
+     SOURCE2_VFY=sha1:538723cfebb31d50ce426ef501fc5ac7549f8940
+     SOURCE3_VFY=sha1:e483c019704a00d38bc3e9227d1d5708f4bed778
         WEB_SITE=http://www.devolution.com/~slouken/Maelstrom/
          ENTERED=20011215
-         UPDATED=20030909
-           SHORT="maelstrom is an excellet asteroids-type game"
+         UPDATED=20041025
+           SHORT="Maelstrom is an excellent asteroids-type game."
+
 cat << EOF
 Maelstrom is an excellent Asteroids-type game with sound and 3D objects.
 It is fantastic for casual playing, it plays over a network and has



More information about the Lunar-commits mailing list