Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv1.0] szip: new package
@ 2015-01-01 20:38 Ernesto L. Williams Jr
  2015-01-01 21:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Ernesto L. Williams Jr @ 2015-01-01 20:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ernesto L. Williams Jr <ernesto@slac.stanford.edu>
---
 package/Config.in      |  1 +
 package/szip/Config.in | 15 +++++++++++++++
 package/szip/szip.mk   | 14 ++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 package/szip/Config.in
 create mode 100644 package/szip/szip.mk

diff --git a/package/Config.in b/package/Config.in
index 307c473..248740b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -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
 
diff --git a/package/szip/Config.in b/package/szip/Config.in
new file mode 100644
index 0000000..f38462f
--- /dev/null
+++ b/package/szip/Config.in
@@ -0,0 +1,15 @@
+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
+
diff --git a/package/szip/szip.mk b/package/szip/szip.mk
new file mode 100644
index 0000000..0ff6d23
--- /dev/null
+++ b/package/szip/szip.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# 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))
+
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCHv1.0] szip: new package
  2015-01-01 20:38 [Buildroot] [PATCHv1.0] szip: new package Ernesto L. Williams Jr
@ 2015-01-01 21:57 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-01-01 21:57 UTC (permalink / raw)
  To: buildroot

Dear Ernesto L. Williams Jr,

On Thu,  1 Jan 2015 12:38:00 -0800, Ernesto L. Williams Jr wrote:
> Signed-off-by: Ernesto L. Williams Jr <ernesto@slac.stanford.edu>
> ---
>  package/Config.in      |  1 +
>  package/szip/Config.in | 15 +++++++++++++++
>  package/szip/szip.mk   | 14 ++++++++++++++
>  3 files changed, 30 insertions(+)
>  create mode 100644 package/szip/Config.in
>  create mode 100644 package/szip/szip.mk

Thanks, applied, with only minor changes:

[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.]

See the final commit at
http://git.buildroot.net/buildroot/commit/?id=1efb5ad43dec5539e2fa1c9bc0c4b2fecfdcfa32.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-01 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 20:38 [Buildroot] [PATCHv1.0] szip: new package Ernesto L. Williams Jr
2015-01-01 21:57 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox