contrib/ethtool/Pkgfile

19 lines
459 B
Plaintext
Raw Normal View History

2008-09-23 15:10:27 +02:00
# Description: Linux net driver diagnostic and tuning tool
# URL: https://www.kernel.org/pub/software/network/ethtool/
2010-05-12 08:33:41 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-09-23 15:10:27 +02:00
# Packager: Manuel Ruiz, manuel dot tienza at gmail dot com
# Depends on:
name=ethtool
version=4.11
2008-09-23 15:10:27 +02:00
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
2008-09-23 15:10:27 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
2008-09-23 15:10:27 +02:00
make
make DESTDIR=$PKG install
}