void-packages/srcpkgs/ethtool/template

18 lines
506 B
Text
Raw Normal View History

# Template file for 'ethtool'
pkgname=ethtool
2013-10-14 12:42:18 +00:00
version=3.11
2013-04-28 06:35:22 +00:00
revision=1
build_style=gnu-configure
2013-04-28 06:35:22 +00:00
short_desc="Utility for controlling network drivers and hardware"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-14 13:25:32 +00: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-10-14 12:42:18 +00:00
checksum=d53f5546196a95387f25c2f413d7537aad74b74a5c7b62f0aafd545f9e602fd4
ethtool_package() {
pkg_install() {
2013-10-14 12:42:18 +00:00
vmove all
}
}