# HG changeset patch # User Hans-G?nter Theisgen # Date 1555663675 -3600 # Node ID 3a8a6ad2c404255ed890721056941b8074096501 # Parent ad0ab8fb354c1b3edf7784ade95021d29e88ac40 updated libunistring and libunistring-dev (0.9.6 -> 0.9.10) diff -r ad0ab8fb354c -r 3a8a6ad2c404 libunistring-dev/receipt --- a/libunistring-dev/receipt Fri Apr 19 09:27:07 2019 +0100 +++ b/libunistring-dev/receipt Fri Apr 19 09:47:55 2019 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="libunistring-dev" -VERSION="0.9.6" +VERSION="0.9.10" CATEGORY="development" -SHORT_DESC="Unicode string library, development files" +SHORT_DESC="Unicode string library, development files." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3 LGPL3 FDL" WEB_SITE="https://www.gnu.org/software/libunistring/" diff -r ad0ab8fb354c -r 3a8a6ad2c404 libunistring/receipt --- a/libunistring/receipt Fri Apr 19 09:27:07 2019 +0100 +++ b/libunistring/receipt Fri Apr 19 09:47:55 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="libunistring" -VERSION="0.9.6" +VERSION="0.9.10" CATEGORY="libdevel" -SHORT_DESC="Unicode string library" +SHORT_DESC="Unicode string library." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3 LGPL3 FDL" WEB_SITE="https://www.gnu.org/software/libunistring/" + TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -15,7 +16,9 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.