Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_LIBEBML
bool "libebml"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
help
Access library for the EBML (Extensible Binary Meta
Language, a binary derivative of XML) format.
http://matroska.org
comment "libebml needs a toolchain w/ C++, wchar"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 libebml-1.3.3.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libebml
#
################################################################################
LIBEBML_VERSION = 1.3.3
LIBEBML_SOURCE = libebml-$(LIBEBML_VERSION).tar.bz2
LIBEBML_SITE = http://dl.matroska.org/downloads/libebml
LIBEBML_INSTALL_STAGING = YES
LIBEBML_LICENSE = LGPL-2.1+
LIBEBML_LICENSE_FILES = LICENSE.LGPL
$(eval $(autotools-package))