wok rev 23700

updated tintin++ (2.01.91 -> 2.02.02)
author Hans-G?nter Theisgen
date Tue Apr 28 08:45:18 2020 +0100 (2020-04-28)
parents 4430100694d2
children a990d22836c7
files tintin++/receipt
line diff
     1.1 --- a/tintin++/receipt	Tue Apr 28 07:55:25 2020 +0100
     1.2 +++ b/tintin++/receipt	Tue Apr 28 08:45:18 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tintin++"
     1.7 -VERSION="2.01.91"
     1.8 +VERSION="2.02.02"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Terminal-based MUD client."
    1.11  MAINTAINER="samuel_trassare@yahoo.com"
    1.12 @@ -17,7 +17,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd src
    1.17 +	cd src &&
    1.18  	./configure $CONFIGURE_ARGS && 
    1.19  	make && 
    1.20  	make install
    1.21 @@ -26,5 +26,5 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	cp -a $install/* $fs
    1.26 +	cp -a $install/*	$fs
    1.27  }