wok diff ethtool/receipt @ rev 23281

updated pcre and pcre-dev (8.43 -> 8.44)
author Hans-G?nter Theisgen
date Sun Mar 29 10:25:23 2020 +0100 (2020-03-29)
parents 6d694a106eac
children 453c249b6219
line diff
     1.1 --- a/ethtool/receipt	Tue Feb 26 14:11:25 2019 +0100
     1.2 +++ b/ethtool/receipt	Sun Mar 29 10:25:23 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  }