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