wok-current diff libstatgrab/receipt @ rev 24890

trafshow: libpcap 1.10 has its own pcap_init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 05 09:06:43 2022 +0000 (2022-04-05)
parents 34e801e0eb52
children 00e3b45c063b
line diff
     1.1 --- a/libstatgrab/receipt	Sat Feb 19 14:19:02 2022 +0000
     1.2 +++ b/libstatgrab/receipt	Tue Apr 05 09:06:43 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libstatgrab"
     1.7 -VERSION="0.92"
     1.8 +VERSION="0.92.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Provides statistics about the system on which it is run."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -34,8 +34,6 @@
    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/*.so*	$fs/usr/lib
    1.19 -	cp -a $install/usr/bin		$fs/usr
    1.20 +	cook_copy_folders	bin
    1.21 +	cook_copy_files		*.so*
    1.22  }