# HG changeset patch # User Hans-G?nter Theisgen # Date 1571667010 -3600 # Node ID 67044681e7766638aa414d953e1bfaf0d4e0cd8e # Parent 5bed8f66a3af0bd0c7cc4161081ed1a25e71ee11 updated tintin++ (2.00.9 -> 2.01.91) diff -r 5bed8f66a3af -r 67044681e776 tintin++/receipt --- a/tintin++/receipt Mon Oct 21 10:33:44 2019 +0300 +++ b/tintin++/receipt Mon Oct 21 15:10:10 2019 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="tintin++" -VERSION="2.00.9" +VERSION="2.01.91" CATEGORY="games" -SHORT_DESC="Terminal-based MUD client" +SHORT_DESC="Terminal-based MUD client." MAINTAINER="samuel_trassare@yahoo.com" LICENSE="GPL2" -WEB_SITE="http://tintin.sourceforge.net" -TARBALL="tintin-$VERSION.tar.gz" -WGET_URL="https://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL" +WEB_SITE="https://tintin.sourceforge.io" + +SOURCE="tintin" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" DEPENDS="pcre" # Rules to configure and make the package. compile_rules() { - cd $src/src + cd src ./configure $CONFIGURE_ARGS && make && make install