wok diff libestr/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 364099c9aff2
children ede1d184d5c5
line diff
     1.1 --- a/libestr/receipt	Thu Mar 28 14:01:40 2019 +0100
     1.2 +++ b/libestr/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libestr"
     1.7 -VERSION="0.1.10"
     1.8 +VERSION="0.1.11"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="some essentials for string handling"
    1.11 +SHORT_DESC="Some essentials for string handling."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14  WEB_SITE="https://libestr.adiscon.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure $CONFIGURE_ARGS && make && make install
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make -j 1 &&
    1.25 +	make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.