You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
891 B

################################################################################
#
# libbdplus
#
################################################################################
LIBBDPLUS_VERSION = 0.2.0
LIBBDPLUS_DIR = libbdplus-$(LIBBDPLUS_VERSION)
LIBBDPLUS_SOURCE = libbdplus-$(LIBBDPLUS_VERSION).tar.bz2
LIBBDPLUS_SITE = https://download.videolan.org/pub/videolan/libbdplus/$(LIBBDPLUS_VERSION)
LIBBDPLUS_DEPENDENCIES = libaacs
LIBBDPLUS_CONF_OPTS = \
--enable-shared \
--disable-static
define LIBBDPLUS_BOOTSTRAP
$(CHDIR)/$($(PKG)_DIR); \
./bootstrap
endef
LIBBDPLUS_POST_PATCH_HOOKS += LIBBDPLUS_BOOTSTRAP
define LIBBDPLUS_INSTALL_FILES
$(INSTALL) -d $(TARGET_DIR)/.config/bdplus/vm0
$(INSTALL_COPY) $(PKG_FILES_DIR)/* $(TARGET_DIR)/.config/bdplus/vm0
endef
LIBBDPLUS_TARGET_FINALIZE_HOOKS += LIBBDPLUS_INSTALL_FILES
libbdplus: | $(TARGET_DIR)
$(call autotools-package)