2013-06-06 23:54:10 +02:00
|
|
|
################################################################################
|
2011-01-31 21:32:06 +01:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# bonnie
|
2011-01-31 21:32:06 +01:00
|
|
|
#
|
2013-06-06 23:54:10 +02:00
|
|
|
################################################################################
|
2011-01-31 21:32:06 +01:00
|
|
|
|
|
|
|
BONNIE_VERSION = 1.03e
|
|
|
|
BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz
|
|
|
|
BONNIE_SITE = http://www.coker.com.au/bonnie++/
|
|
|
|
|
|
|
|
define BONNIE_INSTALL_TARGET_CMDS
|
|
|
|
install -D -m 755 $(@D)/bonnie++ $(TARGET_DIR)/usr/sbin/bonnie++
|
|
|
|
install -D -m 755 $(@D)/zcav $(TARGET_DIR)/usr/sbin/zcav
|
|
|
|
endef
|
|
|
|
|
|
|
|
define BONNIE_UNINSTALL_TARGET_CMDS
|
|
|
|
rm -f $(TARGET_DIR)/usr/sbin/bonnie++ $(TARGET_DIR)/usr/sbin/zcav
|
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|