commit 7ef0735
hovercats
·
2024-05-14 11:49:28 +0000 UTC
parent 86bf125
repo/zstd: drop
6 files changed,
+0,
-72
+0,
-48
1@@ -1,48 +0,0 @@
2-zstd
3-________________________________________________________________________________
4-
5-Zstandard (or zstd) is a lossless data compression algorithm developed by
6-Yann Collet at Facebook. Zstd is the reference implementation in C. Version 1 of
7-this implementation was released as open-source software on 31 August 2016. [0]
8-
9-Upstream: https://github.com/facebook/zstd
10-
11-
12-[000] Index
13-________________________________________________________________________________
14-
15-* Installation ........................................................... [001]
16-* Setup .................................................................. [002]
17-* Usage .................................................................. [003]
18-* References ............................................................. [004]
19-
20-
21-[001] Installation
22-________________________________________________________________________________
23-
24-+------------------------------------------------------------------------------+
25-| |
26-| $ kiss b zstd |
27-| |
28-+------------------------------------------------------------------------------+
29-
30-
31-[002] Setup
32-________________________________________________________________________________
33-
34-To use zstd as the package manager's compression method for build tarballs, set
35-the environment variable KISS_COMPRESS to 'zst'. If zstd will not be used as
36-the package manager's compression method, no such setup is required.
37-
38-
39-[003] Usage
40-________________________________________________________________________________
41-
42-Refer to the manual pages and command help output.
43-
44-
45-[004] References
46-________________________________________________________________________________
47-
48-[0] https://en.wikipedia.org/wiki/Zstandard
49-
+0,
-21
1@@ -1,21 +0,0 @@
2-#!/bin/sh -e
3-
4-make -C lib libzstd.a
5-make -C lib PREFIX=/usr DESTDIR="$1" install-static
6-make -C lib PREFIX=/usr DESTDIR="$1" install-includes
7-make -C lib PREFIX=/usr DESTDIR="$1" install-pc
8-
9-make -C programs \
10- HAVE_LZMA=0 \
11- HAVE_ZLIB=0 \
12- HAVE_LZ4=0 \
13- LDFLAGS="$LDFLAGS -static"
14-
15-make -C programs PREFIX=/usr DESTDIR="$1" install
16-
17-# Compress manpages
18-find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
19-
20-# Fix symbolic links
21-ln -sf zstd.1.gz "$1/usr/share/man/man1/zstdcat.1"
22-ln -sf zstd.1.gz "$1/usr/share/man/man1/unzstd.1"
+0,
-1
1@@ -1 +0,0 @@
2-9869b2c38c95fab6628ac7e63bd4410509b6b4b899866a623402c9a960805b7038
+0,
-0
+0,
-1
1@@ -1 +0,0 @@
2-https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz
+0,
-1
1@@ -1 +0,0 @@
2-1.5.6 2