[Lunar-commits] r17645 - moonbase/trunk/games/njam

Florin Braescu florin at lunar-linux.org
Tue Dec 13 17:33:23 UTC 2005


Author: florin
Date: 2005-12-13 17:33:23 +0000 (Tue, 13 Dec 2005)
New Revision: 17645

Modified:
   moonbase/trunk/games/njam/BUILD
   moonbase/trunk/games/njam/DETAILS
Log:
bump the version from 1.21 to 0.1.25.

Modified: moonbase/trunk/games/njam/BUILD
===================================================================
--- moonbase/trunk/games/njam/BUILD	2005-12-13 14:44:12 UTC (rev 17644)
+++ moonbase/trunk/games/njam/BUILD	2005-12-13 17:33:23 UTC (rev 17645)
@@ -1,5 +1,13 @@
 (
 
+  ./configure  --prefix=/usr                \
+               --bindir=/usr/games          \
+	       --datadir=/usr/share/games   \
+               --enable-sound               \
+               --with-sdl-prefix=/usr       \
+               --with-sdl-exec-prefix=/usr  \
+               $OPTS                       &&
+
   default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/njam/DETAILS
===================================================================
--- moonbase/trunk/games/njam/DETAILS	2005-12-13 14:44:12 UTC (rev 17644)
+++ moonbase/trunk/games/njam/DETAILS	2005-12-13 17:33:23 UTC (rev 17645)
@@ -1,17 +1,17 @@
           MODULE=njam
-         VERSION=1.21
+         VERSION=1.25
           SOURCE=$MODULE-$VERSION-src.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=md5:aa1889ea750fabff3029b95ad21ad1fa
+      SOURCE_VFY=sha1:1975c17e83fcc1042d758b25bccb784130bb22ad
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-src
         WEB_SITE=http://$MODULE.sourceforge.net/
          ENTERED=20040325
-         UPDATED=20040325
+         UPDATED=20051213
            SHORT="Njam is a full-featured cross-platform pacman-like game"
+
 cat << EOF
 Njam is fast-paced cross-platform pacman-like game written in C++ using SDL
 library
-
 Features:
 - Single and multiplayer mode (local or network)
 - Duel games (players compete each other to get more points)
@@ -22,7 +22,4 @@
 - Many different levels
 - Integrated level editor
 - Open Source (GPL Licence)
-
-sofar sez: ANNOYING!!!
-
 EOF



More information about the Lunar-commits mailing list