# HG changeset patch # User toronado # Date 1329668083 28800 # Node ID 0cd4d6be35f5819cb797aea11f18a0ec80389dfc # Parent d1b57a67e58d4c8f26c70c36c9352fae0f09585f added tintin diff -r d1b57a67e58d -r 0cd4d6be35f5 tintin++/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tintin++/description.txt Sun Feb 19 08:14:43 2012 -0800 @@ -0,0 +1,2 @@ +TinTin++, aka tt++, is a free MUD client for Mac OS X, Linux, and Windows. +Besides MUDs, TinTin++ also works well with MUSH, Rogue, BBS, and Linux servers. diff -r d1b57a67e58d -r 0cd4d6be35f5 tintin++/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tintin++/receipt Sun Feb 19 08:14:43 2012 -0800 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="tintin++" +VERSION="2.00.8" +CATEGORY="games" +SHORT_DESC="Terminal-based MUD client" +MAINTAINER="samuel_trassare@yahoo.com" +WEB_SITE="http://tintin.sourceforge.net" +TARBALL="tintin-$VERSION.tar.gz" +WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL" + +DEPENDS="pcre" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src/src + ./configure $CONFIGURE_ARGS && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/applications \ + $fs/usr/share/pixmaps + cp stuff/tintin.desktop $fs/usr/share/applications + cp stuff/tintin.png $fs/usr/share/pixmaps + + cp -a $install/* $fs + +}