Commit 1efb5ad4 authored by Ernesto L. Williams Jr's avatar Ernesto L. Williams Jr Committed by Thomas Petazzoni
Browse files

szip: new package



[Thomas:
  - Add hash file.
  - Rewrap Config.in help text and remove trailing whitespace.
  - Remove unneeded empty new line at the end of the .mk file.]

Signed-off-by: default avatarErnesto L. Williams Jr <ernesto@slac.stanford.edu>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 27d6b6ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -598,6 +598,7 @@ menu "Compression and decompression"
	source "package/libarchive/Config.in"
	source "package/lzo/Config.in"
	source "package/snappy/Config.in"
	source "package/szip/Config.in"
	source "package/zlib/Config.in"
endmenu

package/szip/Config.in

0 → 100644
+16 −0
Original line number Diff line number Diff line
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

package/szip/szip.hash

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Locally computed
sha256 a816d95d5662e8279625abdbea7d0e62157d7d1f028020b1075500bf483ed5ef szip-2.1.tar.gz

package/szip/szip.mk

0 → 100644
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# szip
#
################################################################################

SZIP_VERSION = 2.1
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src
SZIP_LICENSE = szip license
SZIP_LICENSE_FILES = COPYING
SZIP_INSTALL_STAGING = YES

$(eval $(autotools-package))