[Lunar-commits] r18015 - moonbase/trunk/games/luola
Florin Braescu
florin at lunar-linux.org
Sun Jan 8 16:32:11 UTC 2006
Author: florin
Date: 2006-01-08 16:32:10 +0000 (Sun, 08 Jan 2006)
New Revision: 18015
Modified:
moonbase/trunk/games/luola/BUILD
moonbase/trunk/games/luola/DEPENDS
Log:
rework it a bit.
Modified: moonbase/trunk/games/luola/BUILD
===================================================================
--- moonbase/trunk/games/luola/BUILD 2006-01-08 15:50:05 UTC (rev 18014)
+++ moonbase/trunk/games/luola/BUILD 2006-01-08 16:32:10 UTC (rev 18015)
@@ -1,23 +1,5 @@
(
- sedit "s:../data:/usr/share/games/luola:" src/fs.c
+ default_game_build
- rm -f config.status
- rm -f config.cache
- rm -f config.log
-
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share/games \
- --enable-sound \
- --with-sdl-prefix=/usr \
- --with-sdl-exec-prefix=/usr \
- $OPTS &&
-
- default_make &&
-
- cd /usr/share/games/luola/levels &&
- unpack $SOURCE2 &&
- unpack $SOURCE3
-
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/luola/DEPENDS
===================================================================
--- moonbase/trunk/games/luola/DEPENDS 2006-01-08 15:50:05 UTC (rev 18014)
+++ moonbase/trunk/games/luola/DEPENDS 2006-01-08 16:32:10 UTC (rev 18015)
@@ -1,3 +1,16 @@
depends SDL_image &&
-optional_depends "SDL_gfx" "--enable-sdl-gfx" "" "to draw better graphics"
+optional_depends SDL_ttf \
+ "" \
+ "--disable-truetype" \
+ "for TrueType fonts" &&
+
+optional_depends SDL_mixer \
+ "--enable-sound" \
+ "--disable-sound" \
+ "for sound support" &&
+
+optional_depends SDL_gfx \
+ "--enable-sdl-gfx" \
+ "--disable-sdl-gfx" \
+ "for better graphics"
More information about the Lunar-commits
mailing list