17 lines
514 B
Text
17 lines
514 B
Text
|
# 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"
|
||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||
|
checksum=636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING LICENSE
|
||
|
}
|