ethtool: update to 3.1.
This commit is contained in:
parent
c404f2abfd
commit
607869875f
1 changed files with 4 additions and 7 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'ethtool'
|
# Template file for 'ethtool'
|
||||||
pkgname=ethtool
|
pkgname=ethtool
|
||||||
_distver=2.6.39
|
_distver=3.1
|
||||||
# Previous version was 6, we have to conserve it to make version comparision
|
# Previous version was 6, we have to conserve it to make version comparision
|
||||||
# work with previous versions.
|
# work with previous versions.
|
||||||
version=6:${_distver}
|
version=6.${_distver}
|
||||||
wrksrc=${pkgname}-${_distver}
|
wrksrc=${pkgname}-${_distver}
|
||||||
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
#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"
|
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
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"
|
||||||
checksum=9c437ddfa0410273a076e414a8818fb322f3cb686aca537b915c868044819df4
|
checksum=3ff78f9278a7a2fd0c508c6347b48beb5aa21eb3339070e6c8ba25fc0503f01c
|
||||||
long_desc="
|
long_desc="
|
||||||
ethtool is used for querying settings of an ethernet device and
|
ethtool is used for querying settings of an ethernet device and
|
||||||
changing them."
|
changing them."
|
||||||
|
|
||||||
Add_dependency full glibc
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue