wok diff ethtool/receipt @ rev 25465

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 08:33:11 2022 +0000 (19 months ago)
parents 453c249b6219
children
line diff
     1.1 --- a/ethtool/receipt	Fri Feb 11 17:50:36 2022 +0000
     1.2 +++ b/ethtool/receipt	Sat Oct 01 08:33:11 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ethtool"
     1.7 -VERSION="5.4"
     1.8 +VERSION="5.16"
     1.9  CATEGORY="network"
    1.10  TAGS="ethernet"
    1.11  SHORT_DESC="Display or change ethernet card settings."
    1.12 @@ -12,7 +12,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS=""
    1.17 +DEPENDS="libmnl"
    1.18 +BUILD_DEPENDS="libmnl-dev"
    1.19  
    1.20  # What is the latest version available today?
    1.21  current_version()
    1.22 @@ -36,6 +37,5 @@
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr
    1.27 -	cp -a $install/usr/sbin	$fs/usr
    1.28 +	cook_copy_folders	sbin
    1.29  }