diff options
author | Ernesto L. Williams Jr <realcontrols@gmail.com> | 2015-01-01 12:38:00 -0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-01 22:53:29 +0100 |
commit | 1efb5ad43dec5539e2fa1c9bc0c4b2fecfdcfa32 (patch) | |
tree | 1b9a96e3a357289da92e07a01dad4f3be1e186b7 /package/szip/Config.in | |
parent | 27d6b6ad5fd028bb650ad10ea163f8adcbf1383e (diff) | |
download | buildroot-1efb5ad43dec5539e2fa1c9bc0c4b2fecfdcfa32.tar.gz buildroot-1efb5ad43dec5539e2fa1c9bc0c4b2fecfdcfa32.zip |
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: Ernesto L. Williams Jr <ernesto@slac.stanford.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/szip/Config.in')
-rw-r--r-- | package/szip/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/szip/Config.in b/package/szip/Config.in new file mode 100644 index 0000000000..0c5d9b0dc6 --- /dev/null +++ b/package/szip/Config.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 |