blob: c13ccb9da9a84fdb45726256f3b2b06283f4b9ec [file] [log] [blame] [edit]
#
# avsync-lib
#
AVSYNC_LIB_VERSION = 0.1
AVSYNC_LIB_SITE = $(TOPDIR)/../multimedia/avsync-lib/src
AVSYNC_LIB_SITE_METHOD = local
define AVSYNC_LIB_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(@D)/
endef
define AVSYNC_LIB_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(@D)/ install
endef
define AVSYNC_LIB_INSTALL_CLEAN_CMDS
$(MAKE) CC=$(TARGET_CC) -C $(@D) clean
endef
$(eval $(generic-package))