wok rev 22747

updated ethtool (4.19 -> 5.4)
author Hans-G?nter Theisgen
date Fri Jan 24 10:59:57 2020 +0100 (2020-01-24)
parents 928ee03b0b6f
children a129a22d1733
files ethtool/receipt
line diff
     1.1 --- a/ethtool/receipt	Fri Jan 24 10:35:46 2020 +0100
     1.2 +++ b/ethtool/receipt	Fri Jan 24 10:59:57 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ethtool"
     1.7 -VERSION="4.19"
     1.8 +VERSION="5.4"
     1.9  CATEGORY="network"
    1.10  TAGS="ethernet"
    1.11  SHORT_DESC="Display or change ethernet card settings."
    1.12 @@ -12,17 +12,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="wget"
    1.17 +BUILD_DEPENDS=""
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--mandir=/usr/share/man \
    1.26 +	./configure				\
    1.27 +		--prefix=/usr			\
    1.28 +		--infodir=/usr/share/info	\
    1.29 +		--mandir=/usr/share/man		\
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make -j 1 &&
    1.32 +	make &&
    1.33  	make install
    1.34  }
    1.35  
    1.36 @@ -30,5 +30,5 @@
    1.37  genpkg_rules()
    1.38  {
    1.39  	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/sbin $fs/usr
    1.41 +	cp -a $install/usr/sbin	$fs/usr
    1.42  }