You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
381 B

################################################################################
#
# iperf
#
################################################################################
IPERF_VERSION = 3.1.3
IPERF_DIR = iperf-$(IPERF_VERSION)
IPERF_SOURCE = iperf-$(IPERF_VERSION)-source.tar.gz
IPERF_SITE = https://iperf.fr/download/source
iperf: | $(TARGET_DIR)
$(call autotools-package)