initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_SZIP
|
||||
bool "szip"
|
||||
help
|
||||
Szip is an implementation of the extended-Rice lossless
|
||||
compression algorithm.
|
||||
|
||||
The Consultative Committee on Space Data Systems (CCSDS) has
|
||||
adopted the extended-Rice algorithm for international
|
||||
standards for space applications[1,6,7]. Szip is reported to
|
||||
provide fast and effective compression, specifically for the
|
||||
EOS data generated by the NASA Earth Observatory System
|
||||
(EOS)[1]. It was originally developed at University of New
|
||||
Mexico (UNM) and integrated with HDF4 by UNM researchers and
|
||||
developers.
|
||||
|
||||
http://www.hdfgroup.org/doc_resource/SZIP
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412 szip-2.1.1.tar.gz
|
||||
sha256 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01 COPYING
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# szip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SZIP_VERSION = 2.1.1
|
||||
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src
|
||||
SZIP_LICENSE = szip license
|
||||
SZIP_LICENSE_FILES = COPYING
|
||||
SZIP_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user