# HG changeset patch # User Hans-G?nter Theisgen # Date 1554131646 -3600 # Node ID 2ef718547108d0e9ed8f5a31c144468b040b7788 # Parent 80675e0f496c00b1028c4d6e0e22b1419a72e226 updated libestr and libestr-dev (0.1.10 -> 0.1.11) diff -r 80675e0f496c -r 2ef718547108 libestr-dev/receipt --- a/libestr-dev/receipt Mon Apr 01 15:57:42 2019 +0100 +++ b/libestr-dev/receipt Mon Apr 01 16:14:06 2019 +0100 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="libestr-dev" -VERSION="0.1.10" +VERSION="0.1.11" CATEGORY="development" -SHORT_DESC="libestr dev files" +SHORT_DESC="Libestr - development files" MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2" WEB_SITE="https://libestr.adiscon.com/" + WANTED="libestr" - DEPENDS="libestr pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.a* $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr - + + cp -a $install/usr/lib/*.a* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 80675e0f496c -r 2ef718547108 libestr/receipt --- a/libestr/receipt Mon Apr 01 15:57:42 2019 +0100 +++ b/libestr/receipt Mon Apr 01 16:14:06 2019 +0100 @@ -1,19 +1,22 @@ # SliTaz package receipt. PACKAGE="libestr" -VERSION="0.1.10" +VERSION="0.1.11" CATEGORY="system-tools" -SHORT_DESC="some essentials for string handling" +SHORT_DESC="Some essentials for string handling." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2" WEB_SITE="https://libestr.adiscon.com/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL" # 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.