wok diff libunistring/receipt @ rev 21949

updated sqlite, sqlite-dev and libsqlite (3.18.0 -> 3.30.0)
author Hans-G?nter Theisgen
date Wed Oct 09 14:34:26 2019 +0100 (2019-10-09)
parents 8c13f22f7025
children 5d79829fa876
line diff
     1.1 --- a/libunistring/receipt	Fri Nov 04 13:04:07 2016 +0200
     1.2 +++ b/libunistring/receipt	Wed Oct 09 14:34:26 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunistring"
     1.7 -VERSION="0.9.6"
     1.8 +VERSION="0.9.10"
     1.9  CATEGORY="libdevel"
    1.10 -SHORT_DESC="Unicode string library"
    1.11 +SHORT_DESC="Unicode string library."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3 LGPL3 FDL"
    1.14  WEB_SITE="https://www.gnu.org/software/libunistring/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 @@ -15,7 +16,9 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure $CONFIGURE_ARGS && make && make install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make -j 1 &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.