milis/talimatname/genel/e/ethtool/talimat

21 lines
425 B
Plaintext
Raw Normal View History

2017-03-23 12:17:19 +01:00
# Description: Linux net sürücüsü tanılama ve ayarlama aracı
2016-07-28 13:02:28 +02:00
# 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
}