void-packages/srcpkgs/ethtool/template

18 lines
506 B
Plaintext
Raw Normal View History

# Template file for 'ethtool'
pkgname=ethtool
2013-07-03 22:30:14 +02:00
version=3.10
2013-04-28 08:35:22 +02:00
revision=1
build_style=gnu-configure
2013-04-28 08:35:22 +02:00
short_desc="Utility for controlling network drivers and hardware"
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"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
2013-07-03 22:30:14 +02:00
checksum=f88d941b63a0e51613bde5498d42f4ee2eefa332064e7a8dd80069a341dc1c40
ethtool_package() {
pkg_install() {
vmove usr
}
}