[Lunar-commits] CVS: moonbase/games/ltris BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jens Luedicke perldude at lunar-linux.org
Mon Jul 12 11:31:11 GMT 2004


Update of /var/cvs/lunar/moonbase/games/ltris
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5884/ltris

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
module for LTris



--- NEW FILE: BUILD ---
(
  ./configure     --prefix=/usr                            \
		  --localstatedir=/usr/share/games/ltris   \
		  --datadir=/usr/share/games               \
                  $OPTS                 &&
  make                                  &&
  prepare_install                       &&
  make    install                       &&
  mv  /usr/bin/ltris  /usr/games 

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends  SDL_mixer  &&
depends  libpng

--- NEW FILE: DETAILS ---
          MODULE=ltris
         VERSION=1.0.7
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/lgames/$SOURCE
        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
which then disappear. LTris has three modes for this: Classic is the
classical one where you play until the bowl becomes filled, Figures
resets the bowl contents to a new figure for each level and adds
suddenly appearing tiles and lines later on and Multiplayer where up to
three players either controlled by human or CPU(!) compete and send
completed lines to each other.
EOF



More information about the Lunar-commits mailing list