void-packages/srcpkgs/iperf/template

18 lines
549 B
Text
Raw Normal View History

2014-08-18 17:52:17 +00:00
# Template file for 'iperf'
pkgname=iperf
version=2.0.5
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-multicast --enable-threads"
short_desc="Perform network throughput tests"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://iperf.sourceforge.net"
update_pattern='iperf-\K[\d.]+\d+'
2014-08-18 17:52:17 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
post_install() {
vlicense COPYING LICENSE
}