2009-11-30 13:40:18 +00:00
|
|
|
# Template file for 'ethtool'
|
|
|
|
pkgname=ethtool
|
2011-06-14 13:25:32 +00:00
|
|
|
_distver=2.6.39
|
|
|
|
# Previous version was 6, we have to conserve it to make version comparision
|
|
|
|
# work with previous versions.
|
|
|
|
version=6:${_distver}
|
|
|
|
wrksrc=${pkgname}-${_distver}
|
2011-10-19 22:40:13 +00:00
|
|
|
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
|
|
|
distfiles="http://mirror.be.gbxs.net/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-12 08:45:15 +00:00
|
|
|
revision=1
|
2009-11-30 13:40:18 +00:00
|
|
|
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"
|
|
|
|
checksum=9c437ddfa0410273a076e414a8818fb322f3cb686aca537b915c868044819df4
|
2009-11-30 13:40:18 +00:00
|
|
|
long_desc="
|
|
|
|
ethtool is used for querying settings of an ethernet device and
|
|
|
|
changing them."
|
|
|
|
|
|
|
|
Add_dependency full glibc
|