wok diff libestr/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 364099c9aff2
children ede1d184d5c5
line diff
     1.1 --- a/libestr/receipt	Thu Mar 28 14:01:40 2019 +0100
     1.2 +++ b/libestr/receipt	Thu Apr 18 17:46:06 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.