17 lines
517 B
Bash
17 lines
517 B
Bash
# Template file for 'iperf'
|
|
pkgname=iperf
|
|
version=2.0.9
|
|
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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="NCSA"
|
|
homepage="https://iperf.fr/"
|
|
distfiles="https://iperf.fr/download/source/${pkgname}-${version}-source.tar.gz"
|
|
checksum=a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|