summaryrefslogtreecommitdiffstats
path: root/package/bonnie/bonnie.mk
blob: a9019869c6f6d944db6bc4028491ec2ea77b3a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# 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

define BONNIE_UNINSTALL_TARGET_CMDS
	rm -f $(TARGET_DIR)/usr/sbin/bonnie++ $(TARGET_DIR)/usr/sbin/zcav
endef

$(eval $(autotools-package))