wok rev 21325

updated libunistring and libunistring-dev (0.9.6 -> 0.9.10)
author Hans-G?nter Theisgen
date Fri Apr 19 09:47:55 2019 +0100 (2019-04-19)
parents ad0ab8fb354c
children 6ef615abdd86
files libunistring-dev/receipt libunistring/receipt
line diff
     1.1 --- a/libunistring-dev/receipt	Fri Apr 19 09:27:07 2019 +0100
     1.2 +++ b/libunistring-dev/receipt	Fri Apr 19 09:47:55 2019 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunistring-dev"
     1.7 -VERSION="0.9.6"
     1.8 +VERSION="0.9.10"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Unicode string library, development files"
    1.11 +SHORT_DESC="Unicode string library, development files."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3 LGPL3 FDL"
    1.14  WEB_SITE="https://www.gnu.org/software/libunistring/"
     2.1 --- a/libunistring/receipt	Fri Apr 19 09:27:07 2019 +0100
     2.2 +++ b/libunistring/receipt	Fri Apr 19 09:47:55 2019 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libunistring"
     2.7 -VERSION="0.9.6"
     2.8 +VERSION="0.9.10"
     2.9  CATEGORY="libdevel"
    2.10 -SHORT_DESC="Unicode string library"
    2.11 +SHORT_DESC="Unicode string library."
    2.12  MAINTAINER="al.bobylev@gmail.com"
    2.13  LICENSE="GPL3 LGPL3 FDL"
    2.14  WEB_SITE="https://www.gnu.org/software/libunistring/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.18  
    2.19 @@ -15,7 +16,9 @@
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	./configure $CONFIGURE_ARGS && make && make install
    2.24 +	./configure $CONFIGURE_ARGS &&
    2.25 +	make -j 1 &&
    2.26 +	make install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.