wok rev 25357

updated tintin++ (2.02.02 -> 2.02.20)
author Hans-G?nter Theisgen
date Wed Jul 27 06:59:00 2022 +0100 (21 months ago)
parents 952ee6c09c89
children 4a5dc3aa2af9
files tintin++/description.txt tintin++/receipt
line diff
     1.1 --- a/tintin++/description.txt	Wed Jul 27 06:32:16 2022 +0100
     1.2 +++ b/tintin++/description.txt	Wed Jul 27 06:59:00 2022 +0100
     1.3 @@ -1,2 +1,4 @@
     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.
     1.6 +TinTin++, aka tt++, is a free MUD client for Mac OS X,
     1.7 +Linux, and Windows. 
     1.8 +Besides MUDs, TinTin++ also works well with MUSH, Rogue,
     1.9 +BBS, and Linux servers.
     2.1 --- a/tintin++/receipt	Wed Jul 27 06:32:16 2022 +0100
     2.2 +++ b/tintin++/receipt	Wed Jul 27 06:59:00 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tintin++"
     2.7 -VERSION="2.02.02"
     2.8 +VERSION="2.02.20"
     2.9  CATEGORY="games"
    2.10  SHORT_DESC="Terminal-based MUD client."
    2.11  MAINTAINER="samuel_trassare@yahoo.com"
    2.12 @@ -24,7 +24,7 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd src &&
    2.17 +	cd	src &&
    2.18  	./configure $CONFIGURE_ARGS && 
    2.19  	make && 
    2.20  	make install
    2.21 @@ -33,5 +33,5 @@
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25 -	cp -a $install/*	$fs
    2.26 +	cook_copy_folders	bin
    2.27  }