void-packages/srcpkgs/iperf/template
2021-10-03 14:52:42 +02:00

18 lines
509 B
Bash

# Template file for 'iperf'
pkgname=iperf
version=2.1.4
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-multicast --enable-threads
ac_cv_sizeof_bool=0"
short_desc="Perform network throughput tests"
maintainer="Orphaned <orphan@voidlinux.org>"
license="NCSA"
homepage="https://iperf.fr/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
checksum=062b392e87b8e227aca74fef0a99b04fe0382d4518957041b508a56885b4d4f9
post_install() {
vlicense COPYING LICENSE
}