The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / netperf / netperf.mk
1 ################################################################################
2 #
3 # netperf
4 #
5 ################################################################################
6
7 NETPERF_VERSION = 2.6.0
8 NETPERF_SITE = ftp://ftp.netperf.org/netperf
9 NETPERF_CONF_ENV = ac_cv_func_setpgrp_void=set
10 NETPERF_CONF_OPTS = --enable-demo=yes
11 NETPERF_LICENSE = netperf license
12 NETPERF_LICENSE_FILES = COPYING
13
14 define NETPERF_INSTALL_TARGET_CMDS
15         $(INSTALL) -m 0755 $(@D)/src/netperf \
16                 $(TARGET_DIR)/usr/bin/netperf
17         $(INSTALL) -m 0755 $(@D)/src/netserver \
18                 $(TARGET_DIR)/usr/bin/netserver
19 endef
20
21 $(eval $(autotools-package))