initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBMSPACK
bool "libmspack"
help
libmspack is a portable library for some loosely related
Microsoft compression formats
https://www.cabextract.org.uk/libmspack
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 bac862dee6e0fc10d92c70212441d9f8ad9b0222edc9a708c3ead4adb1b24a8e libmspack-0.10.1alpha.tar.gz
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING.LIB
+18
View File
@@ -0,0 +1,18 @@
################################################################################
#
# libmspack
#
################################################################################
LIBMSPACK_VERSION_MAJOR = 0.10.1
LIBMSPACK_VERSION_MINOR = alpha
LIBMSPACK_VERSION = $(LIBMSPACK_VERSION_MAJOR)$(LIBMSPACK_VERSION_MINOR)
LIBMSPACK_SITE = https://www.cabextract.org.uk/libmspack
LIBMSPACK_LICENSE = LGPL-2.1
LIBMSPACK_LICENSE_FILES = COPYING.LIB
LIBMSPACK_CPE_ID_VENDOR = kyzer
LIBMSPACK_CPE_ID_VERSION = $(LIBMSPACK_VERSION_MAJOR)
LIBMSPACK_CPE_ID_UPDATE = $(LIBMSPACK_VERSION_MINOR)
LIBMSPACK_INSTALL_STAGING = YES
$(eval $(autotools-package))