[Lunar-commits] r18064 - moonbase/trunk/games/crossfire-client
Florin Braescu
florin at lunar-linux.org
Mon Jan 9 21:20:56 UTC 2006
Author: florin
Date: 2006-01-09 21:20:55 +0000 (Mon, 09 Jan 2006)
New Revision: 18064
Modified:
moonbase/trunk/games/crossfire-client/BUILD
Log:
simplify the BUILD file.
Modified: moonbase/trunk/games/crossfire-client/BUILD
===================================================================
--- moonbase/trunk/games/crossfire-client/BUILD 2006-01-09 21:09:35 UTC (rev 18063)
+++ moonbase/trunk/games/crossfire-client/BUILD 2006-01-09 21:20:55 UTC (rev 18064)
@@ -2,17 +2,8 @@
sedit "s:local/lib:share/games/crossfire:" sound-src/sounds.dist &&
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share/games \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-alsa \
- --with-sound-dir=/usr/share/games/crossfire-client/sounds \
- $OPTS &&
-
- default_make &&
-
+ default_game_build &&
+
mkdir -p /usr/share/games/crossfire-client &&
cd /usr/share/games/crossfire-client &&
unpack $SOURCE1 &&
More information about the Lunar-commits
mailing list