contrib/ethtool/Pkgfile

22 lines
495 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=3.18
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
2010-05-12 08:33:41 +02:00
./configure --prefix=/usr \
--mandir=/usr/man
2008-09-23 15:10:27 +02:00
make
make DESTDIR=$PKG install
}