summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-07-26 16:42:50 +0200
committerTreeve Jelbert2021-07-26 16:42:50 +0200
commit465920e030631e2013076d4b469342d5e998fc9a (patch)
treeff1c0d911cf912ca8a9f4ba1ca176376624add6c
parent599f7c91eba5ba6c02f5b29819678d490f437b81 (diff)
zlib-ng-2.0.5
-rw-r--r--ChangeLog1
-rwxr-xr-xarchive-libs/zlib-ng/BUILD4
-rwxr-xr-xarchive-libs/zlib-ng/CONFIGURE3
-rwxr-xr-xarchive-libs/zlib-ng/DEPENDS2
-rwxr-xr-xarchive-libs/zlib-ng/DETAILS15
-rw-r--r--archive-libs/zlib-ng/HISTORY4
6 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad1cc262a3..31b38bad39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2021-07-26 Treeve Jelbert <treeve@sourcemage.org>
* python-pypi/packaging: added, Core utilities for Python packages
+ * archive-libs/zlib-ng: modernized zlib
2021-07-12 Ismael Luceno <ismael@sourcemage.org>
* python-pypi/python-debian: new spell, Python modules to work with
diff --git a/archive-libs/zlib-ng/BUILD b/archive-libs/zlib-ng/BUILD
new file mode 100755
index 0000000000..46614e8f04
--- /dev/null
+++ b/archive-libs/zlib-ng/BUILD
@@ -0,0 +1,4 @@
+OPTS+=" -DWITH_NATIVE_INSTRUCTIONS=1"
+#OPTS+=" $ZL_COMPAT"
+cmake_build
+
diff --git a/archive-libs/zlib-ng/CONFIGURE b/archive-libs/zlib-ng/CONFIGURE
new file mode 100755
index 0000000000..0ec29cb1ff
--- /dev/null
+++ b/archive-libs/zlib-ng/CONFIGURE
@@ -0,0 +1,3 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
+# ZL_COMPAT would overwrite zlib\'s files
+#config_query_option ZL_COMPAT "zlib compatibility?" n -DZLIB_COMPAT={1,0}
diff --git a/archive-libs/zlib-ng/DEPENDS b/archive-libs/zlib-ng/DEPENDS
new file mode 100755
index 0000000000..1ec888c03c
--- /dev/null
+++ b/archive-libs/zlib-ng/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+
diff --git a/archive-libs/zlib-ng/DETAILS b/archive-libs/zlib-ng/DETAILS
new file mode 100755
index 0000000000..bbdf941568
--- /dev/null
+++ b/archive-libs/zlib-ng/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=zlib-ng
+ VERSION=2.0.5
+ SOURCE_HASH=sha512:a643089a8189bf8bd24d679b84f07ae14932b4d88b88e94c44cca23350d6a9bbdaa411822d3651c2b0bf79f30c9f99514cc252cf9e9ab0b3a840540206466654
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/zlib-ng/zlib-ng
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
+ LICENSE[0]=ZLIB
+ ENTERED=20200602
+ KEYWORDS=""
+ SHORT="zlib-ng compression library"
+cat << EOF
+zlib data compression library for the next generation systems
+EOF
diff --git a/archive-libs/zlib-ng/HISTORY b/archive-libs/zlib-ng/HISTORY
new file mode 100644
index 0000000000..2efb341580
--- /dev/null
+++ b/archive-libs/zlib-ng/HISTORY
@@ -0,0 +1,4 @@
+2021-07-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.0.5
+ spell created
+