void-packages/srcpkgs/iperf/template
2021-12-16 23:29:06 +01:00

17 lines
518 B
Bash

# Template file for 'iperf'
pkgname=iperf
version=2.1.6
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="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="NCSA"
homepage="https://iperf.fr/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
checksum=4a43e44439b95622aebeee55754a17d1c94076032e90620dfc1ab9908cb9e080
post_install() {
vlicense COPYING LICENSE
}