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 / libcofi / libcofi.mk
1 ################################################################################
2 #
3 # libcofi
4 #
5 ################################################################################
6
7 LIBCOFI_VERSION = 7313fbe12b0593034d0a1b606bf33c7cf4ababce
8 LIBCOFI_SITE = $(call github,simonjhall,copies-and-fills,$(LIBCOFI_VERSION))
9 LIBCOFI_LICENSE = LGPLv2.1
10 LIBCOFI_LICENSE_FILES = README.md
11
12 define LIBCOFI_BUILD_CMDS
13         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
14 endef
15
16 define LIBCOFI_INSTALL_TARGET_CMDS
17         $(INSTALL) -D -m 0755 $(@D)/libcofi_rpi.so $(TARGET_DIR)/usr/lib/libcofi_rpi.so
18 endef
19
20 $(eval $(generic-package))