void-packages/srcpkgs/ethtool/template

19 lines
760 B
Plaintext
Raw Normal View History

# Template file for 'ethtool'
pkgname=ethtool
2011-12-03 08:10:49 +01:00
_distver=3.1
2011-06-14 15:25:32 +02:00
# Previous version was 6, we have to conserve it to make version comparision
# work with previous versions.
version=6:${_distver}
2011-06-14 15:25:32 +02:00
wrksrc=${pkgname}-${_distver}
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
2011-12-03 08:10:49 +01:00
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.tar.gz"
build_style=gnu-configure
short_desc="Display or change ethernet card settings"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-14 15:25:32 +02:00
homepage="http://www.kernel.org/pub/software/network/ethtool/"
license="GPL-2"
2011-12-03 08:10:49 +01:00
checksum=3ff78f9278a7a2fd0c508c6347b48beb5aa21eb3339070e6c8ba25fc0503f01c
long_desc="
ethtool is used for querying settings of an ethernet device and
changing them."