ethtool: New port.

This commit is contained in:
Jose V Beneyto 2008-09-23 15:10:27 +02:00
parent c43966dc80
commit 077593ccbb
3 changed files with 25 additions and 0 deletions

6
ethtool/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
3b721ec27f17ebf320ba8c505cf66d9c ethtool-6.tar.gz

18
ethtool/Pkgfile Normal file
View 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
}