New package: netperf-2.7.0

This commit is contained in:
Renato Aguiar 2019-12-05 07:15:34 -08:00 committed by Duncan Overbruck
parent 978c0576ee
commit 832ac0f0a2

17
srcpkgs/netperf/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'netperf'
pkgname=netperf
version=2.7.0
revision=1
wrksrc=netperf-netperf-${version}
build_style=gnu-configure
short_desc="Network benchmarking tool"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="custom:Proprietary"
homepage="https://github.com/HewlettPackard/netperf"
distfiles="https://github.com/HewlettPackard/netperf/archive/netperf-${version}.tar.gz"
checksum=4569bafa4cca3d548eb96a486755af40bd9ceb6ab7c6abd81cc6aa4875007c4e
repository=nonfree
post_install() {
vlicense COPYING
}