wok rev 11710
added tintin
author | toronado |
---|---|
date | Sun Feb 19 08:14:43 2012 -0800 (2012-02-19) |
parents | d1b57a67e58d |
children | e81d0ff0c607 63d0fd1d9018 |
files | tintin++/description.txt tintin++/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tintin++/description.txt Sun Feb 19 08:14:43 2012 -0800 1.3 @@ -0,0 +1,2 @@ 1.4 +TinTin++, aka tt++, is a free MUD client for Mac OS X, Linux, and Windows. 1.5 +Besides MUDs, TinTin++ also works well with MUSH, Rogue, BBS, and Linux servers.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/tintin++/receipt Sun Feb 19 08:14:43 2012 -0800 2.3 @@ -0,0 +1,33 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="tintin++" 2.7 +VERSION="2.00.8" 2.8 +CATEGORY="games" 2.9 +SHORT_DESC="Terminal-based MUD client" 2.10 +MAINTAINER="samuel_trassare@yahoo.com" 2.11 +WEB_SITE="http://tintin.sourceforge.net" 2.12 +TARBALL="tintin-$VERSION.tar.gz" 2.13 +WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL" 2.14 + 2.15 +DEPENDS="pcre" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src/src 2.21 + ./configure $CONFIGURE_ARGS && 2.22 + make && 2.23 + make install 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs/usr/share/applications \ 2.30 + $fs/usr/share/pixmaps 2.31 + cp stuff/tintin.desktop $fs/usr/share/applications 2.32 + cp stuff/tintin.png $fs/usr/share/pixmaps 2.33 + 2.34 + cp -a $install/* $fs 2.35 + 2.36 +}