1################################################################################ 2# 3# on2-8170-libs 4# 5################################################################################ 6 7ON2_8170_LIBS_VERSION = 1.0 8ON2_8170_LIBS_SITE = ftp://ftp.linux4sam.org/pub/demo/linux4sam_1.9/codec 9 10ON2_8170_LIBS_LICENSE = PROPRIETARY 11# No license file is included in the archive 12 13ON2_8170_LIBS_INSTALL_STAGING = YES 14 15define ON2_8170_LIBS_INSTALL_STAGING_CMDS 16 mkdir -p $(STAGING_DIR)/usr/lib $(STAGING_DIR)/usr/include 17 cp -dpf $(@D)/*.a $(@D)/*.so $(STAGING_DIR)/usr/lib 18 cp -dpf $(@D)/*.h $(STAGING_DIR)/usr/include 19endef 20 21define ON2_8170_LIBS_INSTALL_TARGET_CMDS 22 mkdir -p $(TARGET_DIR)/usr/lib 23 cp -dpf $(@D)/*.so $(TARGET_DIR)/usr/lib 24endef 25 26$(eval $(generic-package)) 27