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 / fxload / fxload.mk
1 ################################################################################
2 #
3 # fxload
4 #
5 ################################################################################
6
7 FXLOAD_VERSION = 2008_10_13
8 FXLOAD_SITE = http://downloads.sourceforge.net/project/linux-hotplug/fxload/$(FXLOAD_VERSION)
9 FXLOAD_LICENSE = GPLv2+
10 FXLOAD_LICENSE_FILES = COPYING
11
12 define FXLOAD_BUILD_CMDS
13         $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
14 endef
15
16 define FXLOAD_INSTALL_TARGET_CMDS
17         $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) prefix=$(TARGET_DIR) -C $(@D) install
18 endef
19
20 $(eval $(generic-package))