kumquat-buildroot/package/iperf3/iperf3.mk
Bernd Kuhls f1271415cf package/iperf3: bump version to 3.1.1, switch upstream to github
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-26 22:57:15 +01:00

13 lines
356 B
Makefile

################################################################################
#
# iperf3
#
################################################################################
IPERF3_VERSION = 3.1.1
IPERF3_SITE = $(call github,esnet,iperf,$(IPERF3_VERSION))
IPERF3_LICENSE = BSD-3c, BSD-2c, MIT
IPERF3_LICENSE_FILES = LICENSE
$(eval $(autotools-package))