Package: iperf3 Version: 3.14 Revision: 1 Description: Measure TCP and UDP throughput License: BSD # Free to update, modify, and take over Maintainer: Hanspeter Niederstrasser Depends: << openssl300-shlibs << BuildDepends: << openssl300-dev, pkgconfig << Source: https://downloads.es.net/pub/iperf/iperf-%v.tar.gz #Source: https://github.com/esnet/iperf/archive/%v.tar.gz SourceRename: %n-%v.tar.gz Source-Checksum: SHA256(723fcc430a027bc6952628fa2a3ac77584a1d0bd328275e573fc9b206c155004) SourceDirectory: iperf-%v ConfigureParams: --disable-shared InfoTest: << TestScript: make check || exit 2 << InstallScript: << make install DESTDIR=%d rm -r %i/include %i/lib %i/share/man/man3 << DocFiles: RELNOTES.md LICENSE README.md Homepage: https://software.es.net/iperf/ DescDetail: << iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput / bitrate, loss, and other parameters. << DescPackaging: << We only want the end user executable, so link against the static lib and then axe it the lib and headers. <<