30 lines
866 B
Bash
30 lines
866 B
Bash
# Template file for 'iperf3'
|
|
pkgname=iperf3
|
|
version=3.6
|
|
revision=2
|
|
wrksrc="iperf-${version}"
|
|
build_style=gnu-configure
|
|
make_build_args="iperf3_profile_LDFLAGS= iperf3_profile_CFLAGS="
|
|
short_desc="Active measurements of the maximum achievable bandwidth on IP networks"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://software.es.net/iperf/"
|
|
changelog="https://raw.githubusercontent.com/esnet/iperf/master/RELEASE_NOTES"
|
|
distfiles="http://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
|
|
checksum=de5d51e46dc460cc590fb4d44f95e7cad54b74fea1eba7d6ebd6f8887d75946e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
iperf3-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|