milis/talimatname/genel/ethtool/talimat

21 lines
425 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Linux net sürücüsü tanılama ve ayarlama aracı
# 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
}