vp-build/srcpkgs/iperf/template

18 lines
513 B
Bash

# Template file for 'iperf'
pkgname=iperf
version=2.0.12
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-multicast --enable-threads
ac_cv_sizeof_bool=0"
short_desc="Perform network throughput tests"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="NCSA"
homepage="https://iperf.fr/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
checksum=367f651fb1264b13f6518e41b8a7e08ce3e41b2a1c80e99ff0347561eed32646
post_install() {
vlicense COPYING LICENSE
}