CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / ethtool / Pkgfile
CommitLineData
6c967b12
VM
1# Description: Linux net driver diagnostic and tuning tool
2# URL: http://sourceforge.net/projects/gkernel/
3# Packager: Manuel Ruiz, manuel dot tienza at gmail dot com
4# Maintainer: Jose V Beneyto, sepen at crux dot nu
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6c967b12
VM
6# Depends on:
7
8name=ethtool
9version=6
10release=1
11source=(http://dl.sourceforge.net/sourceforge/gkernel/$name-$version.tar.gz)
12
13build() {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20}