milis/talimatname/genel/ethtool/talimat

21 lines
417 B
Plaintext
Raw Normal View History

2016-07-28 13:02:28 +02:00
# Description: Linux net driver diagnostic and tuning tool
# URL: https://www.kernel.org/pub/software/network/ethtool/
# Packager: milisarge
# Depends on:
name=ethtool
version=4.6
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make check
make DESTDIR=$PKG install
}