[Lunar-commits]
CVS: moonbase/games/tintin BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
v3rt1g0 at lunar-linux.org
v3rt1g0 at lunar-linux.org
Sun Sep 5 23:58:19 UTC 2004
Update of /var/cvs/lunar/moonbase/games/tintin
In directory espresso.lunar-linux.org:/tmp/cvs-serv2325/tintin
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Adding TinTin++ (a MUD client). This is my first commit, I hope I don't break anything :o)
--- NEW FILE: BUILD ---
(
cd $SOURCE_DIRECTORY/src &&
default_config &&
# make use of our desired CFLAGS and get rid of a duplicated -Wall
sedit "s:^CFLAGS = -Wall:CFLAGS = $CFLAGS:" Makefile &&
make &&
prepare_install &&
cp tt++ /usr/games
# Install some docs that will be missed by lunar's auto doc installer
if [ $GARBAGE == on ] ; then
mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
cd .. &&
cp BETAFIXES BUGS CREDITS TODO $DOCUMENT_DIRECTORY/$MODULE
fi
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends readline &&
depends ncurses
--- NEW FILE: DETAILS ---
MODULE=tintin
VERSION=1.93.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tt
SOURCE_URL=http://www.scandum.com/$MODULE/download/$SOURCE
SOURCE_VFY=sha1:c9d887df117609a734653864d97b0efd4afe542a
WEB_SITE=http://www.scandum.com/tintin/
ENTERED=20040905
UPDATED=20040905
SHORT="TinTin++ is a console mode mud client"
cat << EOF
(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t is a mud client that
runs in console mode and uses the telnet protocol to connect to
muds, which are multiplayer text games.
EOF
More information about the Lunar-commits
mailing list