ethtool: switch to original version (old binpkgs removed).
This commit is contained in:
parent
94f79de98a
commit
45f37d6e1a
1 changed files with 2 additions and 6 deletions
|
@ -1,17 +1,13 @@
|
||||||
# Template file for 'ethtool'
|
# Template file for 'ethtool'
|
||||||
pkgname=ethtool
|
pkgname=ethtool
|
||||||
_distver=3.5
|
version=3.5
|
||||||
# Previous version was 6, we have to conserve it to make version comparision
|
|
||||||
# work with previous versions.
|
|
||||||
version=6:${_distver}
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${_distver}
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Display or change ethernet card settings"
|
short_desc="Display or change ethernet card settings"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/software/network/ethtool/"
|
homepage="http://www.kernel.org/pub/software/network/ethtool/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.xz"
|
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=992f61b13e0f47d6cf08e59fd56a74a06402f0f5392c4a81ec3ecc574ede70a8
|
checksum=992f61b13e0f47d6cf08e59fd56a74a06402f0f5392c4a81ec3ecc574ede70a8
|
||||||
long_desc="
|
long_desc="
|
||||||
ethtool is used for querying settings of an ethernet device and changing them."
|
ethtool is used for querying settings of an ethernet device and changing them."
|
||||||
|
|
Loading…
Reference in a new issue