# HG changeset patch # User Hans-G?nter Theisgen # Date 1555600646 -3600 # Node ID 62c8b10473cc6645c287077228778a28fdf22aed # Parent 09886e684df3e8147e2ed9e7f03999de31b53851 updated libstatgrab and libstatgrab-dev (0.17 -> 0.91) diff -r 09886e684df3 -r 62c8b10473cc libstatgrab-dev/receipt --- a/libstatgrab-dev/receipt Thu Apr 18 17:46:06 2019 +0300 +++ b/libstatgrab-dev/receipt Thu Apr 18 16:17:26 2019 +0100 @@ -1,18 +1,20 @@ # SliTaz package receipt. PACKAGE="libstatgrab-dev" -VERSION="0.17" +VERSION="0.91" CATEGORY="development" -SHORT_DESC="The libstatgrab devel files." +SHORT_DESC="The libstatgrab development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.i-scream.org/libstatgrab/" + WANTED="libstatgrab" # 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/include $fs/usr + + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 09886e684df3 -r 62c8b10473cc libstatgrab/receipt --- a/libstatgrab/receipt Thu Apr 18 17:46:06 2019 +0300 +++ b/libstatgrab/receipt Thu Apr 18 16:17:26 2019 +0100 @@ -1,30 +1,33 @@ # SliTaz package receipt. PACKAGE="libstatgrab" -VERSION="0.17" +VERSION="0.91" CATEGORY="system-tools" -SHORT_DESC="Provides statistics about the system on which it's run." +SHORT_DESC="Provides statistics about the system on which it is run." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.i-scream.org/libstatgrab/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.i-scream.org/libstatgrab/" -WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" +WGET_URL="https://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" DEPENDS="ncursesw" -BUILD_DEPENDS="ncursesw-dev file" +BUILD_DEPENDS="file ncursesw-dev" # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" ./configure && - make && make -j 1 install + make -j 1 && + make -j 1 install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/bin $fs/usr + + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr }