[Lunar-commits] CVS: moonbase/games/castle-combat BUILD, 1.3,
1.4 DEPENDS, 1.2, 1.3 DETAILS, 1.4, 1.5
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Nov 8 06:12:16 UTC 2004
Update of /var/cvs/lunar/moonbase/games/castle-combat
In directory espresso.foo-projects.org:/tmp/cvs-serv14088/castle-combat
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
This module was overwriting things installed by SDL_net. Changed so that
does not happen anymore. Also added some missing depends and cleaned up
the DETAILS file a bit.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/castle-combat/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 19 Aug 2003 11:12:13 -0000 1.3
+++ BUILD 8 Nov 2004 06:12:14 -0000 1.4
@@ -1,7 +1,10 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/games \
+ # don't overwrite the SDL_net.h from the SDL_net module.
+ sedit 's:SDL_net::' src/Makefile.in &&
+
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
--datadir=/usr/share/games &&
default_make
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/castle-combat/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Sep 2002 10:28:29 -0000 1.2
+++ DEPENDS 8 Nov 2004 06:12:14 -0000 1.3
@@ -1 +1,3 @@
-depends SDL_mixer
+depends SDL_mixer &&
+depends SDL_net &&
+depends libpng
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/castle-combat/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 8 Nov 2004 06:12:14 -0000 1.5
@@ -1,15 +1,17 @@
- MODULE=castle-combat
+ MODULE=castle-combat
VERSION=0.7.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://user.cs.tu-berlin.de/~karlb/$MODULE/
- WEB_SITE=http://www.linux-games.com
+ SOURCE_URL=http://user.cs.tu-berlin.de/~karlb/$MODULE/
+ SOURCE_VRY=sha1:3ec87f8f1a8436d56f8808a61dcfc8a0dfad53e6
+ WEB_SITE=http://www.linux-games.com/$MODULE/
ENTERED=20010922
UPDATED=20030819
- SHORT="castle-combat is a clone of the old DOS game rampart."
+ SHORT="A clone of the old arcade game rampart"
+
cat << EOF
-It's a clone of the old DOS game Rampart. Up to four players (or more in
-future versions) build castle walls, place cannons inside these walls,
-and shoot at the walls of their enemy(s). If a player can't build a
+Castle-Combat is a clone of the old arcade game Rampart. Up to four
+players build castle walls, place cannons inside these walls, and
+shoot at the walls of their enemy(s). If a player can't build a
complete wall around one of his castles, he loses. The last surviving
player wins.
EOF
More information about the Lunar-commits
mailing list