[Lunar-commits] r18013 - moonbase/trunk/games/ltris
Florin Braescu
florin at lunar-linux.org
Sun Jan 8 15:37:38 UTC 2006
Author: florin
Date: 2006-01-08 15:37:37 +0000 (Sun, 08 Jan 2006)
New Revision: 18013
Modified:
moonbase/trunk/games/ltris/BUILD
moonbase/trunk/games/ltris/DEPENDS
moonbase/trunk/games/ltris/DETAILS
Log:
bump the version from 1.0.7 to 1.0.11. bugfixes, including a security related one.
Modified: moonbase/trunk/games/ltris/BUILD
===================================================================
--- moonbase/trunk/games/ltris/BUILD 2006-01-08 14:44:12 UTC (rev 18012)
+++ moonbase/trunk/games/ltris/BUILD 2006-01-08 15:37:37 UTC (rev 18013)
@@ -1,11 +1,9 @@
(
- ./configure --prefix=/usr \
- --localstatedir=/usr/share/games/ltris \
- --datadir=/usr/share/games \
- $OPTS &&
- make &&
- prepare_install &&
- make install &&
- mv /usr/bin/ltris /usr/games
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --localstatedir=/var/games \
+ --datadir=/usr/share/games \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/ltris/DEPENDS
===================================================================
--- moonbase/trunk/games/ltris/DEPENDS 2006-01-08 14:44:12 UTC (rev 18012)
+++ moonbase/trunk/games/ltris/DEPENDS 2006-01-08 15:37:37 UTC (rev 18013)
@@ -1,2 +1 @@
-depends SDL_mixer &&
-depends libpng
+depends SDL_mixer
Modified: moonbase/trunk/games/ltris/DETAILS
===================================================================
--- moonbase/trunk/games/ltris/DETAILS 2006-01-08 14:44:12 UTC (rev 18012)
+++ moonbase/trunk/games/ltris/DETAILS 2006-01-08 15:37:37 UTC (rev 18013)
@@ -1,11 +1,13 @@
MODULE=ltris
- VERSION=1.0.7
+ VERSION=1.0.11
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/lgames/
+ SOURCE_URL=$SFORGE_URL/lgames/
+ SOURCE_VFY=sha1:d62bbd6c12eb2eb8895366daae492b48be59f945
WEB_SITE=http://lgames.sourceforge.net/index.php?project=LTris
ENTERED=20040712
UPDATED=20040712
SHORT="LTris is a tetris clone."
+
cat << EOF
LTris as a tetris clone which means you have a bowl with blocks falling
down. By rotating and moving the blocks you try to assemble whole lines
More information about the Lunar-commits
mailing list