[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/zstd/zstd.desc [COPY] Copyright (C) 2016 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Fast real-time compression algorithm [T] Zstandard is a real-time compression algorithm, providing high compression [T] ratios. It offers a very wide range of compression / speed trade-off, [T] while being backed by a very fast decoder (see benchmarks below). It also [T] offers a special mode for small data, called dictionary compression, and [T] can create dictionaries from any sample set. [U] http://www.zstd.net [A] Yann Collet, Facebook, Inc. [M] René Rebe [C] base/tool [F] CROSS DIETLIBC OBJDIR [L] BSD GPL [V] 1.5.7 [P] X 01---5---9 102.400 [D] 05e313dc44e129a458b36fe2f63792142939a85597a628ea3fa14d21 zstd-1.5.7.tar.gz https://github.com/facebook/zstd/releases/download/v1.5.7/ srcdir="zstd-*/build/cmake" [ $arch = "avr32" ] && var_append GCC_WRAPPER_REMOVE ' ' -Wvla var_append cmakeopt ' ' "-DZSTD_LEGACY_SUPPORT=OFF -DZSTD_BUILD_TESTS=OFF" pkginstalled zlib && [ -e "$root$includedir/zlib.h" ] && var_append cmakeopt ' ' -DZSTD_ZLIB_SUPPORT=ON pkginstalled xz && [ -e "$root$includedir/lzma.h" ] && var_append cmakeopt ' ' -DZSTD_LZMA_SUPPORT=ON pkginstalled lz4 && [ -e "$root$includedir/lz4.h" ] && var_append cmakeopt ' ' -DZSTD_LZ4_SUPPORT=ON var_append cmakeopt ' ' -DZSTD_BUILD_CONTRIB=ON hook_add prepatch 5 "cd ../.." hook_add postpatch 5 "cd build/cmake"