17 lines
510 B
Bash
17 lines
510 B
Bash
# Template file for 'iperf'
|
|
pkgname=iperf
|
|
version=2.0.10
|
|
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="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
|
|
checksum=7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|