[Lunar-commits] CVS: moonbase/games/toppler BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 19 04:05:00 UTC 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Cosmetic touchups and added gettext as an optional depends.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/toppler/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	12 Feb 2004 04:30:49 -0000	1.1
+++ BUILD	19 Nov 2004 04:04:57 -0000	1.2
@@ -1,8 +1,14 @@
 (
 
-  ./configure  --prefix=/usr              \
-               --bindir=/usr/games        \
-	       --datadir=/usr/share/games &&
+  ./configure  --build=$BUILD          \
+               --prefix=$MODULE_PREFIX \
+	       --sysconfdir=/etc       \
+	       --localstatedir=/var    \
+	       --infodir=$MODULE_PREFIX/share/info  \
+	       --mandir=$MODULE_PREFIX/share/man    \
+               --bindir=$MODULE_PREFIX/games        \
+	       --datadir=$MODULE_PREFIX/share/games \
+	       $OPTS                                &&
 
   default_make
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/toppler/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	12 Feb 2004 04:30:49 -0000	1.1
+++ DEPENDS	19 Nov 2004 04:04:57 -0000	1.2
@@ -1,2 +1,4 @@
-depends  zlib       &&
-depends  SDL_mixer
+depends zlib      &&
+depends SDL_mixer &&
+
+optional_depends "gettext" "" "--disable-nls" "for NLS support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/toppler/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:29:59 -0000	1.2
+++ DETAILS	19 Nov 2004 04:04:57 -0000	1.3
@@ -1,16 +1,17 @@
-         MODULE=toppler
+          MODULE=toppler
          VERSION=1.0.6
-         SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
-     SOURCE_VFY=md5:c6a118a70efa8fa55f0a3b5d1166a8da
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:19a34398da10b2c7188e868bc5043fc05a30d48e
         WEB_SITE=http://toppler.sourceforge.net
          ENTERED=20040212
          UPDATED=20040212
-        MAINTAINER=florin at lunar-linux.org
-        SHORT="a climb into a tower game."
+      MAINTAINER=florin at lunar-linux.org
+           SHORT="A SDL reimplementatin of Nebulous"
 
 cat << EOF
-Reimplementation of the old game (aka Nebulous). In the game you have to climb 
-into a tower with lots of strange inhabitants that try to push you down. Your 
-only defence is a snowball you can throw and your skill to avoid these beings.
+Reimplementation of the old game Nebulous.  In the game you have to
+climb into a tower with lots of strange inhabitants that try to push
+you down. Your only defence is a snowball you can throw and your skill
+to avoid these beings.
 EOF



More information about the Lunar-commits mailing list