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

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Dec 11 02:49:35 UTC 2004


Update of /var/cvs/lunar/moonbase/games/xbubble
In directory espresso.foo-projects.org:/tmp/cvs-serv3607/xbubble

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Inital commit of a frozen-bubble style game.


--- NEW FILE: BUILD ---
(

  # Remove the hardcoded CFLAGS
  sedit "/^AM_CFLAGS/d" src/Makefile.in &&

  ./configure  --build=$BUILD                       \
               --prefix=$MODULE_PREFIX              \
               --bindir=$MODULE_PREFIX/games        \
	       --mandir=$MODULE_PREFIX/share/man    \
	       --datadir=$MODULE_PREFIX/share/games \
	       --with-x                             \
	       $OPTS                                &&

  # The NLS files tend to wander off to the games dir.
  # So, we call make this way to put them where they belong.
  make localedir="/usr/share/locale"         &&
  prepare_install                            &&
  make localedir="/usr/share/locale" install &&

  gather_docs NetworkProtocol

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends gettext  
# gettext is actually optional but --disable-nls causes a build error :(

--- NEW FILE: DETAILS ---
          MODULE=xbubble
         VERSION=0.5.8
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/xbubble/
      SOURCE_VRY=sha1:96a14d891a05729a0350a9ef609d192c9a5b4466
        WEB_SITE=http://savannah.nongnu.org/projects/xbubble/
         ENTERED=20041210
         UPDATED=20041210
           SHORT="A frozen-bubble style game"

cat << EOF
XBubble is an X Window based clone of the famous arcade game 
Bust-A-Move/Puzzle Bubble. You can play it alone, against an opponent,
or even against the computer. It has nice scalable and customizable 
graphics but NO sound support at this time.
EOF



More information about the Lunar-commits mailing list