Song Zhao | c03ba12 | 2020-12-23 21:54:02 -0800 | [diff] [blame] | 1 | # |
| 2 | # avsync-lib |
| 3 | # |
| 4 | AVSYNC_LIB_VERSION = 0.1 |
| 5 | AVSYNC_LIB_SITE = $(TOPDIR)/../multimedia/avsync-lib/src |
| 6 | AVSYNC_LIB_SITE_METHOD = local |
| 7 | |
| 8 | define AVSYNC_LIB_BUILD_CMDS |
| 9 | $(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(@D)/ |
| 10 | endef |
| 11 | |
| 12 | define AVSYNC_LIB_INSTALL_TARGET_CMDS |
| 13 | $(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(@D)/ install |
| 14 | endef |
| 15 | |
| 16 | define AVSYNC_LIB_INSTALL_CLEAN_CMDS |
| 17 | $(MAKE) CC=$(TARGET_CC) -C $(@D) clean |
| 18 | endef |
| 19 | |
| 20 | $(eval $(generic-package)) |