xref: /OK3568_Linux_fs/buildroot/package/libcofi/libcofi.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# libcofi
4#
5################################################################################
6
7LIBCOFI_VERSION = 7313fbe12b0593034d0a1b606bf33c7cf4ababce
8LIBCOFI_SITE = $(call github,simonjhall,copies-and-fills,$(LIBCOFI_VERSION))
9LIBCOFI_LICENSE = LGPL-2.1
10LIBCOFI_LICENSE_FILES = README.md
11
12define LIBCOFI_BUILD_CMDS
13	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
14endef
15
16define LIBCOFI_INSTALL_TARGET_CMDS
17	$(INSTALL) -D -m 0755 $(@D)/libcofi_rpi.so $(TARGET_DIR)/usr/lib/libcofi_rpi.so
18endef
19
20$(eval $(generic-package))
21