wok-next annotate ethtool/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 27bab3002e84
children 4b3364ad1d81
rev   line source
paul@2049 1 # SliTaz package receipt.
paul@2049 2
paul@2049 3 PACKAGE="ethtool"
paul@18906 4 VERSION="4.2"
pascal@2054 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Display or change ethernet card settings"
paul@2049 7 MAINTAINER="paul@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://mirrors.edge.kernel.org/pub/software/network/ethtool/"
al@21020 10
paul@15483 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10267 12 WGET_URL="$WEB_SITE/$TARBALL"
paul@2049 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 --infodir=/usr/share/info \
al@21020 18 --mandir=/usr/share/man \
al@21020 19 $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make install
paul@2049 22 }
paul@2049 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 TAGS="ethernet"
paul@2049 27 }