wok diff tintin++/receipt @ rev 22349
python-llfuse: s|attr/xattr|sys/xattr|
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 18 10:45:32 2019 +0100 (2019-11-18) |
parents | 86790a278e70 |
children | cfb9cedf55fe |
line diff
1.1 --- a/tintin++/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/tintin++/receipt Mon Nov 18 10:45:32 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