void-packages/srcpkgs/iperf3/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

29 lines
864 B
Bash

# Template file for 'iperf3'
pkgname=iperf3
version=3.7
revision=1
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="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://software.es.net/iperf/"
changelog="https://raw.githubusercontent.com/esnet/iperf/master/RELEASE_NOTES"
distfiles="https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"
checksum=d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c
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
}
}