18 lines
691 B
Plaintext
18 lines
691 B
Plaintext
# Template file for 'ethtool'
|
|
pkgname=ethtool
|
|
_distver=3.4.1
|
|
# Previous version was 6, we have to conserve it to make version comparision
|
|
# work with previous versions.
|
|
version=6:${_distver}
|
|
revision=1
|
|
wrksrc=${pkgname}-${_distver}
|
|
build_style=gnu-configure
|
|
short_desc="Display or change ethernet card settings"
|
|
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-${_distver}.tar.xz"
|
|
checksum=411fb7d0e61c504876dfdb744e7d19c949d336af87dcac7397a33f07f0332f20
|
|
long_desc="
|
|
ethtool is used for querying settings of an ethernet device and changing them."
|