void-packages/srcpkgs/iperf/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

17 lines
510 B
Bash

# Template file for 'iperf'
pkgname=iperf
version=2.0.13
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="Orphaned <orphan@voidlinux.org>"
license="NCSA"
homepage="https://iperf.fr/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}2/${pkgname}-${version}.tar.gz"
checksum=c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad
post_install() {
vlicense COPYING LICENSE
}