[Lunar-commits] r18120 - moonbase/trunk/games/quakeforge
Florin Braescu
florin at lunar-linux.org
Fri Jan 13 21:43:05 UTC 2006
Author: florin
Date: 2006-01-13 21:43:05 +0000 (Fri, 13 Jan 2006)
New Revision: 18120
Modified:
moonbase/trunk/games/quakeforge/BUILD
moonbase/trunk/games/quakeforge/DEPENDS
moonbase/trunk/games/quakeforge/DETAILS
Log:
simplify the BUILD file.
Modified: moonbase/trunk/games/quakeforge/BUILD
===================================================================
--- moonbase/trunk/games/quakeforge/BUILD 2006-01-13 21:18:10 UTC (rev 18119)
+++ moonbase/trunk/games/quakeforge/BUILD 2006-01-13 21:43:05 UTC (rev 18120)
@@ -1,9 +1,5 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share &&
+ default_game_build
- default_make
-
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/quakeforge/DEPENDS
===================================================================
--- moonbase/trunk/games/quakeforge/DEPENDS 2006-01-13 21:18:10 UTC (rev 18119)
+++ moonbase/trunk/games/quakeforge/DEPENDS 2006-01-13 21:43:05 UTC (rev 18120)
@@ -1 +1,13 @@
-depends SDL
+depends SDL &&
+depends libtool &&
+
+optional_depends zlib \
+ "--enable-zlib" \
+ "--disable-zlib" \
+ "compressed pak-file support" &&
+
+optional_depends libvorbis \
+ "--enable-vorbis" \
+ "--disable-vorbis" \
+ "ogg-vorbis sound file support"
+
Modified: moonbase/trunk/games/quakeforge/DETAILS
===================================================================
--- moonbase/trunk/games/quakeforge/DETAILS 2006-01-13 21:18:10 UTC (rev 18119)
+++ moonbase/trunk/games/quakeforge/DETAILS 2006-01-13 21:43:05 UTC (rev 18120)
@@ -1,15 +1,17 @@
MODULE=quakeforge
VERSION=0.5.5
- SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE_URL[0]=$SFORGE_URL/quake/
- SOURCE_VFY=md5:b750b491ce24135f1a4a1360029de3a2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/quake/
+ SOURCE_VFY=sha1:680e47a189de508f8cc7c5c525537f0aa2dafb05
WEB_SITE=http://quakeforge.net
ENTERED=20030811
UPDATED=20040601
- SHORT="a Quake I port"
- MAINTAINER="florin at lunar-linux.org"
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="a Quake I port"
cat << EOF
-QuakeForge is a 3D graphics game engine based on id Software's legendary Quake and QuakeWorld game engine.
-To play it you must copy the id1 directory from the original Quake CD, or from an installation directory of it, to the /usr/share/games/quakeforge directory.
+QuakeForge is a 3D graphics game engine based on id Software's
+legendary Quake and QuakeWorld game engine. To play it you must copy
+the id1 directory from the original Quake CD, or from an installation
+directory of it, to the /usr/share/games/quakeforge directory.
EOF
More information about the Lunar-commits
mailing list