[Lunar-commits] CVS: moonbase/games/neverball BUILD, 1.4, 1.5 DETAILS, 1.14, 1.15

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Dec 28 05:01:30 UTC 2004


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

Modified Files:
	BUILD DETAILS 
Log Message:
Cleaned up the DETAILS file a bit, simplified the BUILD, and most 
importantly we are now installing neverputt! mmmmm minigolf.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/neverball/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	3 Jul 2004 09:47:23 -0000	1.4
+++ BUILD	28 Dec 2004 05:01:28 -0000	1.5
@@ -1,13 +1,15 @@
 (
 
   sedit "s:#X11_PATH:X11_PATH:" Makefile &&
+  sedit '/CONFIG_DATA/s:"\./data":"/usr/games/neverball-data":g' share/config.h &&
 
-  make &&
+  make            &&
   prepare_install &&
-  mkdir -p /usr/games/neverball-data
-  cp neverball /usr/games/neverball-data/ &&
-  cp -fR data /usr/games/neverball-data/ &&
-  echo -e "#!/bin/bash\ncd /usr/games/neverball-data/\nexec /usr/games/neverball-data/neverball\n" > /usr/games/neverball &&
-  chmod 755 /usr/games/neverball
 
+  mkdir /usr/games/neverball-data/         &&
+  cp -fR data/* /usr/games/neverball-data/ &&
+
+  install -m0755 neverball /usr/games/ &&
+  install -m0755 neverputt /usr/games/
+  
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/neverball/DETAILS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- DETAILS	16 Oct 2004 19:03:36 -0000	1.14
+++ DETAILS	28 Dec 2004 05:01:28 -0000	1.15
@@ -1,14 +1,19 @@
-           MODULE=neverball
+          MODULE=neverball
          VERSION=1.4.0
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://icculus.org/$MODULE/
-     SOURCE_VFY=sha1:630aab5b4149d6ffb781cc38c4ce26dd6b048b40
+      SOURCE_URL=http://icculus.org/$MODULE/
+      SOURCE_VFY=sha1:630aab5b4149d6ffb781cc38c4ce26dd6b048b40
         WEB_SITE=http://icculus.org/neverball/
          ENTERED=20040210
          UPDATED=20041016
- MAINTAINER=florin at lunar-linux.org
-        SHORT="a game with rolling a ball through an obstacle course."
+      MAINTAINER=florin at lunar-linux.org
+           SHORT="A OpenGL game modeled after Super Monkey Ball"
  
 cat << EOF
-Neverball is a game with rolling a ball through an obstacle course.
+Tilt the floor to roll a ball through an obstacle course before time
+runs out.  Neverball is part puzzle game, part action game, and 
+entirely a test of skill.
+
+Also found here is Neverputt, a hot-seat multiplayer miniature golf 
+game using the physics and graphics of Neverball.
 EOF



More information about the Lunar-commits mailing list