Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ernest L Williams <ernesto@slac.stanford.edu>
To: buildroot@busybox.net
Subject: [Buildroot] [[PATCH][REDO][New Pkg: szip] 1/1] Adding New Package: szip
Date: Thu, 1 Jan 2015 06:55:18 -0800	[thread overview]
Message-ID: <54A55FD6.2020206@slac.stanford.edu> (raw)

Signed-off-by: Ernesto L. Williams Jr <ernesto@slac.stanford.edu>
---
  package/Config.in      |  1 +
  package/szip/Config.in | 14 ++++++++++++++
  package/szip/szip.mk   | 13 +++++++++++++
  3 files changed, 28 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 43b2b61..b92a6dd 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -599,6 +599,7 @@ menu "Compression and decompression"
  	source "package/lzo/Config.in"
  	source "package/snappy/Config.in"
  	source "package/zlib/Config.in"
+	source "package/szip/Config.in"
  endmenu
   menu "Crypto"
diff --git a/package/szip/Config.in b/package/szip/Config.in
new file mode 100644
index 0000000..9883977
--- /dev/null
+++ b/package/szip/Config.in
@@ -0,0 +1,14 @@
+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
\ No newline at end of file
diff --git a/package/szip/szip.mk b/package/szip/szip.mk
new file mode 100644
index 0000000..f3a4758
--- /dev/null
+++ b/package/szip/szip.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# 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

             reply	other threads:[~2015-01-01 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-01 14:55 Ernest L Williams [this message]
2015-01-01 15:29 ` [Buildroot] [[PATCH][REDO][New Pkg: szip] 1/1] Adding New Package: szip Thomas Petazzoni
2015-01-01 15:50   ` Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54A55FD6.2020206@slac.stanford.edu \
    --to=ernesto@slac.stanford.edu \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox