void-packages/srcpkgs/netperf/template

19 lines
515 B
Bash

# Template file for 'netperf'
pkgname=netperf
version=2.7.0
revision=1
build_style=gnu-configure
short_desc="Network benchmarking tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:Proprietary"
homepage="https://github.com/HewlettPackard/netperf"
distfiles="https://github.com/HewlettPackard/netperf/archive/netperf-${version}.tar.gz"
checksum=4569bafa4cca3d548eb96a486755af40bd9ceb6ab7c6abd81cc6aa4875007c4e
repository=nonfree
CFLAGS="-D_GNU_SOURCE -fcommon"
post_install() {
vlicense COPYING
}