# HG changeset patch # User Hans-G?nter Theisgen # Date 1588059918 -3600 # Node ID cfb9cedf55fea16dace3cd086d5965dd6d87a0b0 # Parent 4430100694d201914d6f51cdfae82e1cdfe38a69 updated tintin++ (2.01.91 -> 2.02.02) diff -r 4430100694d2 -r cfb9cedf55fe tintin++/receipt --- a/tintin++/receipt Tue Apr 28 07:55:25 2020 +0100 +++ b/tintin++/receipt Tue Apr 28 08:45:18 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tintin++" -VERSION="2.01.91" +VERSION="2.02.02" CATEGORY="games" SHORT_DESC="Terminal-based MUD client." MAINTAINER="samuel_trassare@yahoo.com" @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd src + cd src && ./configure $CONFIGURE_ARGS && make && make install @@ -26,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }