From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] zlib-ng: new package
Date: Fri, 3 Nov 2017 06:34:11 +0000 [thread overview]
Message-ID: <1509690851-23677-1-git-send-email-stefan.froberg@petroprogram.com> (raw)
zlib-ng, SIMD optimized zlib
Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
package/Config.in | 1 +
package/zlib-ng/Config.in | 8 ++++++++
package/zlib-ng/zlib-ng.mk | 15 +++++++++++++++
3 files changed, 24 insertions(+)
create mode 100644 package/zlib-ng/Config.in
create mode 100644 package/zlib-ng/zlib-ng.mk
diff --git a/package/Config.in b/package/Config.in
index dbfb288..3e2b034 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1003,6 +1003,7 @@ menu "Compression and decompression"
source "package/snappy/Config.in"
source "package/szip/Config.in"
source "package/zlib/Config.in"
+ source "package/zlib-ng/Config.in"
endmenu
menu "Crypto"
diff --git a/package/zlib-ng/Config.in b/package/zlib-ng/Config.in
new file mode 100644
index 0000000..06de97c
--- /dev/null
+++ b/package/zlib-ng/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_ZLIB_NG
+ bool "zlib-ng"
+ help
+ zlib replacement with optimizations for
+ "next generation" systems.
+
+ https://github.com/Dead2/zlib-ng
+
diff --git a/package/zlib-ng/zlib-ng.mk b/package/zlib-ng/zlib-ng.mk
new file mode 100644
index 0000000..eaa93cd
--- /dev/null
+++ b/package/zlib-ng/zlib-ng.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# zlib-ng
+#
+################################################################################
+
+ZLIB_NG_SITE = https://github.com/Dead2/zlib-ng.git
+ZLIB_NG_SOURCE = develop.zip
+ZLIB_NG_SUBDIR = zlib-ng-develop
+ZLIB_NG_EXTRACT_CMDS = unzip $(DL_DIR)/$(ZLIB_NG_SOURCE) -d $(ZLIB_NG_DIR)
+ZLIB_NG_LICENSE = Zlib
+ZLIB_NG_LICENSE_FILES = README.md
+ZLIB_NG_INSTALL_STAGING = YES
+
+$(eval $(cmake-package))
--
2.7.3
next reply other threads:[~2017-11-03 6:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 6:34 Stefan Fröberg [this message]
2017-11-04 21:23 ` [Buildroot] [PATCH 1/1] zlib-ng: new package Marcus Folkesson
2017-11-05 0:00 ` Stefan Fröberg
2017-11-05 9:20 ` Arnout Vandecappelle
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=1509690851-23677-1-git-send-email-stefan.froberg@petroprogram.com \
--to=stefan.froberg@petroprogram.com \
--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