wok diff tintin++/receipt @ rev 25407

updated wayland and wayland-dev (1.4.0 -> 1.21.0)
author Hans-G?nter Theisgen
date Wed Aug 03 16:34:53 2022 +0100 (2022-08-03)
parents 922f061231c2
children b0069c845544
line diff
     1.1 --- a/tintin++/receipt	Mon Jan 17 11:01:52 2022 +0000
     1.2 +++ b/tintin++/receipt	Wed Aug 03 16:34:53 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tintin++"
     1.7 -VERSION="2.02.02"
     1.8 +VERSION="2.02.20"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Terminal-based MUD client."
    1.11  MAINTAINER="samuel_trassare@yahoo.com"
    1.12 @@ -24,7 +24,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 @@ -33,5 +33,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 +	cook_copy_folders	bin
    1.27  }