void-packages/srcpkgs/ethtool/template

18 lines
689 B
Text
Raw Normal View History

# Template file for 'ethtool'
pkgname=ethtool
2012-08-06 03:41:07 +00:00
_distver=3.5
2011-06-14 13:25:32 +00:00
# Previous version was 6, we have to conserve it to make version comparision
# work with previous versions.
version=6:${_distver}
2012-06-15 07:38:11 +00:00
revision=1
2011-06-14 13:25:32 +00:00
wrksrc=${pkgname}-${_distver}
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"
2012-06-15 07:38:11 +00:00
distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.xz"
2012-08-06 03:41:07 +00:00
checksum=992f61b13e0f47d6cf08e59fd56a74a06402f0f5392c4a81ec3ecc574ede70a8
long_desc="
2012-06-15 07:38:11 +00:00
ethtool is used for querying settings of an ethernet device and changing them."