perl-path-tiny: bump to version 0.061
[buildroot-gz.git] / package / iostat / iostat.mk
blobd28dc1b76e55f995d3f96ae01bdc010a5b0541dc
1 ################################################################################
3 # iostat
5 ################################################################################
7 IOSTAT_VERSION = 2.2
8 IOSTAT_SITE = http://www.linuxinsight.com/files
9 IOSTAT_LICENSE = GPL
10 IOSTAT_LICENSE_FILES = LICENSE
12 define IOSTAT_BUILD_CMDS
13 $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
14 endef
16 define IOSTAT_INSTALL_TARGET_CMDS
17 $(INSTALL) -D -m 0755 $(IOSTAT_DIR)/iostat $(TARGET_DIR)/usr/bin/iostat
18 endef
20 $(eval $(generic-package))