[Lunar-commits] r17699 - moonbase/trunk/games/d2x
Florin Braescu
florin at lunar-linux.org
Sun Dec 18 03:23:18 UTC 2005
Author: florin
Date: 2005-12-18 03:23:17 +0000 (Sun, 18 Dec 2005)
New Revision: 17699
Modified:
moonbase/trunk/games/d2x/BUILD
moonbase/trunk/games/d2x/DETAILS
Log:
add a patch to compile with gcc 3.4.x and 4.x.
Modified: moonbase/trunk/games/d2x/BUILD
===================================================================
--- moonbase/trunk/games/d2x/BUILD 2005-12-18 03:22:46 UTC (rev 17698)
+++ moonbase/trunk/games/d2x/BUILD 2005-12-18 03:23:17 UTC (rev 17699)
@@ -1,8 +1,9 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share &&
default_make
Modified: moonbase/trunk/games/d2x/DETAILS
===================================================================
--- moonbase/trunk/games/d2x/DETAILS 2005-12-18 03:22:46 UTC (rev 17698)
+++ moonbase/trunk/games/d2x/DETAILS 2005-12-18 03:23:17 UTC (rev 17699)
@@ -1,15 +1,20 @@
MODULE=d2x
VERSION=0.2.5
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.icculus.org/d2x/src/
- SOURCE_VFY=md5:79474db1ff4f0ae1fb76d691701cc560
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-dofpcalcs-macro.patch.bz2
+ SOURCE_URL=http://www.icculus.org/d2x/src/
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:b68c74fdc1f31a5ae32f6b27d7d3658e7e0dbdca
WEB_SITE=http://www.icculus.org
ENTERED=20031012
UPDATED=20031012
- SHORT="a Descent 2 game Linux port."
- MAINTAINER="florin at lunar-linux.org"
+ SHORT="a Descent 2 game Linux port."
+ MAINTAINER=florin at lunar-linux.org
cat << EOF
d2x is a port of Descent II game.
-To play it you need to copy all the files (including the missions directory, excluding the executables) form the original Descent 2 CD, or from an installation directory of it to /usr/share/games/d2x directory.
+To play it you need to copy all the files (including the missions
+directory, excluding the executables) form the original Descent 2
+CD, or from an installation directory of it to
+/usr/share/games/d2x directory.
EOF
More information about the Lunar-commits
mailing list