void-packages/srcpkgs/ethtool/template

18 lines
493 B
Plaintext
Raw Normal View History

# Template file for 'ethtool'
pkgname=ethtool
2012-12-16 08:02:21 +00:00
version=3.7
2013-02-18 20:07:39 +00:00
revision=2
build_style=gnu-configure
short_desc="Display or change ethernet card settings"
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"
2012-12-16 08:02:21 +00:00
checksum=9ab2e1debfb608c54ca1215d26b194b014e246821ab0fd72a4bf5e960b4201fe
ethtool_package() {
pkg_install() {
vmove usr
}
}