wok-6.x rev 21173
updated libestr and libestr-dev (0.1.10 -> 0.1.11)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 16:14:06 2019 +0100 (2019-04-01) |
parents | 80675e0f496c |
children | e7c3016b3a7d |
files | libestr-dev/receipt libestr/receipt |
line diff
1.1 --- a/libestr-dev/receipt Mon Apr 01 15:57:42 2019 +0100 1.2 +++ b/libestr-dev/receipt Mon Apr 01 16:14:06 2019 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libestr-dev" 1.7 -VERSION="0.1.10" 1.8 +VERSION="0.1.11" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libestr dev files" 1.11 +SHORT_DESC="Libestr - development files" 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="LGPL2" 1.14 WEB_SITE="https://libestr.adiscon.com/" 1.15 + 1.16 WANTED="libestr" 1.17 - 1.18 DEPENDS="libestr pkg-config" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.a* $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - 1.28 + 1.29 + cp -a $install/usr/lib/*.a* $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/include $fs/usr 1.32 }
2.1 --- a/libestr/receipt Mon Apr 01 15:57:42 2019 +0100 2.2 +++ b/libestr/receipt Mon Apr 01 16:14:06 2019 +0100 2.3 @@ -1,19 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libestr" 2.7 -VERSION="0.1.10" 2.8 +VERSION="0.1.11" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="some essentials for string handling" 2.11 +SHORT_DESC="Some essentials for string handling." 2.12 MAINTAINER="erjo@slitaz.org" 2.13 LICENSE="LGPL2" 2.14 WEB_SITE="https://libestr.adiscon.com/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - ./configure $CONFIGURE_ARGS && make && make install 2.23 + ./configure $CONFIGURE_ARGS && 2.24 + make -j 1 && 2.25 + make install 2.26 } 2.27 2.28 # Rules to gen a SliTaz package suitable for Tazpkg.