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 / ramspeed / ramspeed.mk
1 ################################################################################
2 #
3 # ramspeed
4 #
5 ################################################################################
6
7 RAMSPEED_VERSION = 2.6.0
8 RAMSPEED_SITE = http://www.alasir.com/software/ramspeed
9 RAMSPEED_ARCH = $(if $(BR2_i386),i386)$(if $(BR2_x86_64),x86_64)
10 RAMSPEED_LICENSE = Alasir License
11 RAMSPEED_LICENSE_FILES = LICENCE
12
13 define RAMSPEED_BUILD_CMDS
14         cp -f package/ramspeed/Makefile $(@D)
15         $(TARGET_CONFIGURE_OPTS) make -C $(@D) $(RAMSPEED_ARCH)
16 endef
17
18 define RAMSPEED_INSTALL_TARGET_CMDS
19         $(INSTALL) -m 0755 -D $(@D)/ramspeed $(TARGET_DIR)/usr/bin/ramspeed
20 endef
21
22 $(eval $(generic-package))