25 lines
727 B
Bash
25 lines
727 B
Bash
# Template file for 'iperf'
|
|
pkgname=iperf
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ipv6 --enable-multicast --enable-threads"
|
|
short_desc="Perform network throughput tests"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="NCSA"
|
|
homepage="https://iperf.fr/"
|
|
changelog="https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES?format=raw"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
|
|
checksum=16810a9575e4c6dd65e4a18ab5df3cdac6730b3c832cf080a8990f132f68364a
|
|
|
|
post_patch() {
|
|
case $XBPS_TARGET_MACHINE in
|
|
# skip a failing test on i686
|
|
i686*) echo exit 0 > t/t16_udp_histograms.sh ;;
|
|
esac
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|