Update buidlroot to version 2016.08.1
This commit is contained in:
25
bsp/buildroot/package/multicat/multicat.mk
Normal file
25
bsp/buildroot/package/multicat/multicat.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# multicat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MULTICAT_VERSION = 2.1
|
||||
MULTICAT_SOURCE = multicat-$(MULTICAT_VERSION).tar.bz2
|
||||
MULTICAT_SITE = https://get.videolan.org/multicat/$(MULTICAT_VERSION)
|
||||
MULTICAT_LICENSE = GPLv2+
|
||||
MULTICAT_LICENSE_FILES = COPYING
|
||||
|
||||
MULTICAT_DEPENDENCIES = bitstream
|
||||
|
||||
MULTICAT_MAKE_ENV = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS)
|
||||
|
||||
define MULTICAT_BUILD_CMDS
|
||||
$(MULTICAT_MAKE_ENV) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define MULTICAT_INSTALL_TARGET_CMDS
|
||||
$(MULTICAT_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) PREFIX=/usr install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user