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 / memtester / memtester.mk
1 ################################################################################
2 #
3 # memtester
4 #
5 ################################################################################
6
7 MEMTESTER_VERSION = 4.3.0
8 MEMTESTER_SITE = http://pyropus.ca/software/memtester/old-versions
9 MEMTESTER_LICENSE = GPLv2
10 MEMTESTER_LICENSE_FILES = COPYING
11
12 MEMTESTER_TARGET_INSTALL_OPTS = INSTALLPATH=$(TARGET_DIR)/usr
13
14 define MEMTESTER_BUILD_CMDS
15         $(SED) "s,^cc,$(TARGET_CC)," $(@D)/conf-*
16         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
17 endef
18
19 define MEMTESTER_INSTALL_TARGET_CMDS
20         $(MAKE) $(MEMTESTER_TARGET_INSTALL_OPTS) -C $(@D) install
21 endef
22
23 $(eval $(generic-package))