aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-06 09:15:47 +0300
committerCem Keylan <cem@ckyln.com>2021-09-06 09:15:47 +0300
commit804d08e99a435aa558aa17a235d31274193a197b (patch)
tree390067818a700697f6ee6b9317e23a662b9932d4 /core
parent27da7a44f4d9669d7283e767e4bb72c9460559c1 (diff)
downloadrepository-804d08e99a435aa558aa17a235d31274193a197b.tar.gz
pigz: add new package at 2.6
Diffstat (limited to 'core')
-rwxr-xr-xcore/pigz/build9
-rw-r--r--core/pigz/checksums1
-rw-r--r--core/pigz/depends1
-rw-r--r--core/pigz/meta3
-rw-r--r--core/pigz/sources1
-rw-r--r--core/pigz/version1
6 files changed, 16 insertions, 0 deletions
diff --git a/core/pigz/build b/core/pigz/build
new file mode 100755
index 00000000..8d190a07
--- /dev/null
+++ b/core/pigz/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+make CC="${CC:-cc} -static"
+
+install -Dm755 pigz "$1/usr/bin/pigz"
+install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1"
+
+ln -sf pigz "$1/usr/bin/gzip"
+ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"
diff --git a/core/pigz/checksums b/core/pigz/checksums
new file mode 100644
index 00000000..7fdb7201
--- /dev/null
+++ b/core/pigz/checksums
@@ -0,0 +1 @@
+2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d pigz-2.6.tar.gz
diff --git a/core/pigz/depends b/core/pigz/depends
new file mode 100644
index 00000000..17a6d43d
--- /dev/null
+++ b/core/pigz/depends
@@ -0,0 +1 @@
+zlib make
diff --git a/core/pigz/meta b/core/pigz/meta
new file mode 100644
index 00000000..0532ffbb
--- /dev/null
+++ b/core/pigz/meta
@@ -0,0 +1,3 @@
+description: A parallel implementation of gzip
+license: Zlib
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/core/pigz/sources b/core/pigz/sources
new file mode 100644
index 00000000..1cd53f62
--- /dev/null
+++ b/core/pigz/sources
@@ -0,0 +1 @@
+https://zlib.net/pigz/pigz-2.6.tar.gz
diff --git a/core/pigz/version b/core/pigz/version
new file mode 100644
index 00000000..eb0c981f
--- /dev/null
+++ b/core/pigz/version
@@ -0,0 +1 @@
+2.6 1