wok-current diff ethtool/receipt @ rev 22407
Add knot-dns (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 10 16:56:23 2019 +0100 (2019-12-10) |
parents | 27bab3002e84 |
children | d66c0487628a |
line diff
1.1 --- a/ethtool/receipt Sun Feb 21 14:40:14 2016 +0000 1.2 +++ b/ethtool/receipt Tue Dec 10 16:56:23 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 -