eb7bd9ef61
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
489 B
Makefile
17 lines
489 B
Makefile
################################################################################
|
|
#
|
|
# bonnie
|
|
#
|
|
################################################################################
|
|
|
|
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
|
|
|
|
$(eval $(autotools-package))
|