Files
void-packages/srcpkgs/ethtool/template
2017-11-17 11:23:25 +01:00

16 lines
482 B
Bash

# Template file for 'ethtool'
pkgname=ethtool
version=4.13
revision=1
build_style=gnu-configure
short_desc="Utility for controlling network drivers and hardware"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.kernel.org/pub/software/network/ethtool/"
license="GPL-2"
distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba
do_check() {
make check
}