wok rev 22034
updated tintin++ (2.00.9 -> 2.01.91)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 21 15:10:10 2019 +0100 (2019-10-21) |
parents | 5bed8f66a3af |
children | 284b8e871560 |
files | tintin++/receipt |
line diff
1.1 --- a/tintin++/receipt Mon Oct 21 10:33:44 2019 +0300 1.2 +++ b/tintin++/receipt Mon Oct 21 15:10:10 2019 +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