wok rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 4628cad13811
children d02377422e45
files ethtool/receipt
line diff
     1.1 --- a/ethtool/receipt	Tue Feb 26 13:45:00 2019 +0100
     1.2 +++ b/ethtool/receipt	Tue Feb 26 14:11:25 2019 +0100
     1.3 @@ -1,24 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ethtool"
     1.7 -VERSION="4.2"
     1.8 +VERSION="4.19"
     1.9  CATEGORY="network"
    1.10 +TAGS="ethernet"
    1.11  SHORT_DESC="Display or change ethernet card settings."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.kernel.org/pub/software/network/ethtool"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +WGET_URL="$WEB_SITE/$TARBALL"
    1.18 +
    1.19  BUILD_DEPENDS="wget"
    1.20 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 -WEB_SITE="https://www.kernel.org/pub/software/network/ethtool"
    1.22 -WGET_URL="$WEB_SITE/$TARBALL"
    1.23 -TAGS="ethernet"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.31 -	make && make install
    1.32 +	./configure \
    1.33 +		--prefix=/usr \
    1.34 +		--infodir=/usr/share/info \
    1.35 +		--mandir=/usr/share/man \
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make -j 1 &&
    1.38 +	make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42 @@ -27,4 +32,3 @@
    1.43  	mkdir -p $fs/usr
    1.44  	cp -a $install/usr/sbin $fs/usr
    1.45  }
    1.46 -