# HG changeset patch # User Hans-G?nter Theisgen # Date 1648188106 -3600 # Node ID 99a2dc7051992d798a24478b45965fc8b40fc42f # Parent 84001f5ff44511392b8ed10bb2dae47373139ade updated libstatgrab and libstatgrab-dev (0.92 -> 0.92.1) diff -r 84001f5ff445 -r 99a2dc705199 libstatgrab-dev/receipt --- a/libstatgrab-dev/receipt Fri Mar 25 06:44:45 2022 +0100 +++ b/libstatgrab-dev/receipt Fri Mar 25 07:01:46 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libstatgrab-dev" -VERSION="0.92" +VERSION="0.92.1" CATEGORY="development" SHORT_DESC="The libstatgrab development files." MAINTAINER="pankso@slitaz.org" @@ -13,8 +13,5 @@ # 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 + get_dev_files } diff -r 84001f5ff445 -r 99a2dc705199 libstatgrab/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libstatgrab/description.txt Fri Mar 25 07:01:46 2022 +0100 @@ -0,0 +1,7 @@ +Libstatgrab is a library that provides cross platform access to +statistics about the system on which it's run. +It's written in C and presents a selection of useful interfaces +which can be used to access key system statistics. +The current list of statistics includes CPU usage, memory +utilisation, disk usage, process counts, network traffic, +disk I/O, and more. diff -r 84001f5ff445 -r 99a2dc705199 libstatgrab/receipt --- a/libstatgrab/receipt Fri Mar 25 06:44:45 2022 +0100 +++ b/libstatgrab/receipt Fri Mar 25 07:01:46 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libstatgrab" -VERSION="0.92" +VERSION="0.92.1" CATEGORY="system-tools" SHORT_DESC="Provides statistics about the system on which it is run." MAINTAINER="pankso@slitaz.org" @@ -34,8 +34,6 @@ # 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 + cook_copy_folders bin + cook_copy_files *.so* }