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

Florin Braescu florin at lunar-linux.org
Sun Jun 13 15:40:52 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
fix the install location of the game.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/adonthell/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	21 May 2004 07:30:15 -0000	1.3
+++ BUILD	13 Jun 2004 15:40:50 -0000	1.4
@@ -1,7 +1,8 @@
 (
 
-  ./configure --prefix=/usr --bindir=/usr/share/games/adonthell &&
-  default_make                                                  &&
-  ln -s /usr/share/games/adonthell/adonthell /usr/games/adonthell
-
+  ./configure --prefix=/usr               \
+              --bindir=/usr/games         \
+	      --datadir=/usr/share/games && 
+  default_make                           
+  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/adonthell/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	6 Oct 2002 22:15:03 -0000	1.1
+++ DEPENDS	13 Jun 2004 15:40:50 -0000	1.2
@@ -1,4 +1,4 @@
-depends SDL &&
-depends Python &&
-depends swig &&
+depends SDL     &&
+depends Python  &&
+depends swig    &&
 optional_depends "libvorbis" "" "" "to sound support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/adonthell/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	21 May 2004 07:30:15 -0000	1.4
+++ DETAILS	13 Jun 2004 15:40:50 -0000	1.5
@@ -5,13 +5,13 @@
       SOURCE_URL=http://savannah.nongnu.org/download/adonthell/$SOURCE
         WEB_SITE=http://adonthell.linuxgames.com
          ENTERED=20020917
-         UPDATED=20040122
+         UPDATED=20040613
            SHORT="Adonthell is a role playing game"
+
 cat << EOF
 Adonthell is a role playing game in development that aims to combine
 the best features of the Final Fantasy and Ultima series with an epic
 plot. It is set in a detailed virtual world. With the current engine,
 a small demo game (Waste's Edge) is available.
-
 To play a game: adonthell "game_name"
 EOF



More information about the Lunar-commits mailing list