wok rev 24835

updated libstatgrab and libstatgrab-dev (0.92 -> 0.92.1)
author Hans-G?nter Theisgen
date Fri Mar 25 07:01:46 2022 +0100 (2022-03-25)
parents 84001f5ff445
children b26357903eb9
files libstatgrab-dev/receipt libstatgrab/description.txt libstatgrab/receipt
line diff
     1.1 --- a/libstatgrab-dev/receipt	Fri Mar 25 06:44:45 2022 +0100
     1.2 +++ b/libstatgrab-dev/receipt	Fri Mar 25 07:01:46 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libstatgrab-dev"
     1.7 -VERSION="0.92"
     1.8 +VERSION="0.92.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The libstatgrab development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,8 +13,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.19 -	cp -a $install/usr/include	$fs/usr
    1.20 +	get_dev_files
    1.21  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libstatgrab/description.txt	Fri Mar 25 07:01:46 2022 +0100
     2.3 @@ -0,0 +1,7 @@
     2.4 +Libstatgrab is a library that provides cross platform access to
     2.5 +statistics about the system on which it's run.
     2.6 +It's written in C and presents a selection of useful interfaces
     2.7 +which can be used to access key system statistics.
     2.8 +The current list of statistics includes CPU usage, memory
     2.9 +utilisation, disk usage, process counts, network traffic,
    2.10 +disk I/O, and more.
     3.1 --- a/libstatgrab/receipt	Fri Mar 25 06:44:45 2022 +0100
     3.2 +++ b/libstatgrab/receipt	Fri Mar 25 07:01:46 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libstatgrab"
     3.7 -VERSION="0.92"
     3.8 +VERSION="0.92.1"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Provides statistics about the system on which it is run."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -34,8 +34,6 @@
    3.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.14  genpkg_rules()
    3.15  {
    3.16 -	mkdir -p $fs/usr/lib
    3.17 -
    3.18 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.19 -	cp -a $install/usr/bin		$fs/usr
    3.20 +	cook_copy_folders	bin
    3.21 +	cook_copy_files		*.so*
    3.22  }