[Lunar-commits] r16965 - moonbase/trunk/games/wesnoth
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Oct 16 19:48:10 UTC 2005
Author: v3rt1g0
Date: 2005-10-16 19:48:09 +0000 (Sun, 16 Oct 2005)
New Revision: 16965
Modified:
moonbase/trunk/games/wesnoth/BUILD
moonbase/trunk/games/wesnoth/DETAILS
Log:
Tidy up the DETAILS a bit. Enabled the building of the multiplayer
server and the building of the level creation utilities. Making use of
the new default_game_build as well.
Modified: moonbase/trunk/games/wesnoth/BUILD
===================================================================
--- moonbase/trunk/games/wesnoth/BUILD 2005-10-16 19:23:12 UTC (rev 16964)
+++ moonbase/trunk/games/wesnoth/BUILD 2005-10-16 19:48:09 UTC (rev 16965)
@@ -1,9 +1,8 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share/games &&
+ OPTS="$OPTS --enable-server --enable-campaign-server \
+ --enable-editor --enable-tools"
- default_make
+ default_game_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/wesnoth/DETAILS
===================================================================
--- moonbase/trunk/games/wesnoth/DETAILS 2005-10-16 19:23:12 UTC (rev 16964)
+++ moonbase/trunk/games/wesnoth/DETAILS 2005-10-16 19:48:09 UTC (rev 16965)
@@ -1,12 +1,12 @@
MODULE=wesnoth
VERSION=1.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.wesnoth.org/files/
- SOURCE_VFY=sha1:c2df7e15331fd51248f93245ecd68284aa6cf57a
+ SOURCE_URL=http://www.wesnoth.org/files/
+ SOURCE_VFY=sha1:c2df7e15331fd51248f93245ecd68284aa6cf57a
WEB_SITE=http://www.wesnoth.org/index.htm
ENTERED=20040701
UPDATED=20051006
- SHORT="Battle for Wesnoth - fantasy turn-based strategy game"
+ SHORT="Battle for Wesnoth - fantasy turn-based strategy game"
cat <<EOF
Battle for control of villages, using variety of units which have
More information about the Lunar-commits
mailing list