wok diff tintin++/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 86790a278e70
children cfb9cedf55fe
line diff
     1.1 --- a/tintin++/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/tintin++/receipt	Tue Mar 10 16:26:23 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tintin++"
     1.7 -VERSION="2.00.9"
     1.8 +VERSION="2.01.91"
     1.9  CATEGORY="games"
    1.10 -SHORT_DESC="Terminal-based MUD client"
    1.11 +SHORT_DESC="Terminal-based MUD client."
    1.12  MAINTAINER="samuel_trassare@yahoo.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://tintin.sourceforge.net"
    1.15 -TARBALL="tintin-$VERSION.tar.gz"
    1.16 -WGET_URL="https://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
    1.17 +WEB_SITE="https://tintin.sourceforge.io"
    1.18 +
    1.19 +SOURCE="tintin"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="pcre"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src/src
    1.29 +	cd src
    1.30  	./configure $CONFIGURE_ARGS && 
    1.31  	make && 
    1.32  	make install