wok-next view ethtool/receipt @ rev 21158

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 06:59:40 2019 +0000 (2019-02-07)
parents 27bab3002e84
children 4b3364ad1d81
line source
1 # SliTaz package receipt.
3 PACKAGE="ethtool"
4 VERSION="4.2"
5 CATEGORY="network"
6 SHORT_DESC="Display or change ethernet card settings"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mirrors.edge.kernel.org/pub/software/network/ethtool/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 --infodir=/usr/share/info \
18 --mandir=/usr/share/man \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 TAGS="ethernet"
27 }