ethtool: New port.
This commit is contained in:
parent
c43966dc80
commit
077593ccbb
6
ethtool/.footprint
Normal file
6
ethtool/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/ethtool.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/ethtool
|
1
ethtool/.md5sum
Normal file
1
ethtool/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3b721ec27f17ebf320ba8c505cf66d9c ethtool-6.tar.gz
|
18
ethtool/Pkgfile
Normal file
18
ethtool/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Linux net driver diagnostic and tuning tool
|
||||
# URL: http://sourceforge.net/projects/gkernel/
|
||||
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||
# Packager: Manuel Ruiz, manuel dot tienza at gmail dot com
|
||||
# Depends on:
|
||||
|
||||
name=ethtool
|
||||
version=6
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/gkernel/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user