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 / iostat / iostat.mk
1 ################################################################################
2 #
3 # iostat
4 #
5 ################################################################################
6
7 IOSTAT_VERSION = 2.2
8 IOSTAT_SITE = http://www.linuxinsight.com/files
9 IOSTAT_LICENSE = GPL
10 IOSTAT_LICENSE_FILES = LICENSE
11
12 define IOSTAT_BUILD_CMDS
13         $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
14 endef
15
16 define IOSTAT_INSTALL_TARGET_CMDS
17         $(INSTALL) -D -m 0755 $(IOSTAT_DIR)/iostat $(TARGET_DIR)/usr/bin/iostat
18 endef
19
20 $(eval $(generic-package))