void-packages/srcpkgs/ethtool/template
2013-04-28 08:35:22 +02:00

18 lines
505 B
Plaintext

# Template file for 'ethtool'
pkgname=ethtool
version=3.8
revision=1
build_style=gnu-configure
short_desc="Utility for controlling network drivers and hardware"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org/pub/software/network/ethtool/"
license="GPL-2"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=510df229ffb27bc030bf60d6181a021e9d3707a082d6565b6daae3d352ee2c95
ethtool_package() {
pkg_install() {
vmove usr
}
}