wok-next rev 21630
updated ethtool (4.2 -> 5.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 17:43:35 2020 +0100 (2020-06-25) |
parents | eeaac811d96f |
children | 4f9aa059e6fb |
files | ethtool/receipt |
line diff
1.1 --- a/ethtool/receipt Thu Jun 25 17:38:33 2020 +0100 1.2 +++ b/ethtool/receipt Thu Jun 25 17:43:35 2020 +0100 1.3 @@ -1,8 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ethtool" 1.7 -VERSION="4.2" 1.8 +VERSION="5.7" 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 @@ -11,17 +12,21 @@ 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WGET_URL="$WEB_SITE/$TARBALL" 1.17 1.18 -compile_rules() { 1.19 - ./configure \ 1.20 - --prefix=/usr \ 1.21 - --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man \ 1.23 +BUILD_DEPENDS="libmnl-dev" 1.24 + 1.25 +compile_rules() 1.26 +{ 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --infodir=/usr/share/info \ 1.30 + --mandir=/usr/share/man \ 1.31 $CONFIGURE_ARGS && 1.32 make && 1.33 make install 1.34 } 1.35 1.36 -genpkg_rules() { 1.37 +genpkg_rules() 1.38 +{ 1.39 copy @std 1.40 - TAGS="ethernet" 1.41 + DEPENDS="libmnl" 1.42 }