2009-11-30 14:40:18 +01:00
|
|
|
# Template file for 'ethtool'
|
|
|
|
pkgname=ethtool
|
2013-04-28 08:35:22 +02:00
|
|
|
version=3.8
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-28 08:35:22 +02:00
|
|
|
short_desc="Utility for controlling network drivers and hardware"
|
2009-11-30 14:40:18 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-14 15:25:32 +02:00
|
|
|
homepage="http://www.kernel.org/pub/software/network/ethtool/"
|
|
|
|
license="GPL-2"
|
2012-09-22 14:52:18 +02:00
|
|
|
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
2013-04-28 08:35:22 +02:00
|
|
|
checksum=510df229ffb27bc030bf60d6181a021e9d3707a082d6565b6daae3d352ee2c95
|
2013-04-12 10:23:11 +02:00
|
|
|
|
|
|
|
ethtool_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|