diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
commit | 2e534f6dcdbca6700bc18354925986b054330725 (patch) | |
tree | 39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/zstd.xibuild | |
parent | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff) |
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/zstd.xibuild')
-rw-r--r-- | repo/core/zstd.xibuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/repo/core/zstd.xibuild b/repo/core/zstd.xibuild index dfcdba5..cb3a246 100644 --- a/repo/core/zstd.xibuild +++ b/repo/core/zstd.xibuild @@ -2,14 +2,13 @@ DEPS=(glibc gcc-libs zlib xz lz4) -SOURCE=https://github.com/facebook/zstd +SOURCE=https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz DESC="the Zstandard real-time compression algorithm" build () { make - make -C contrib/pzstd - make prefix=/usr check - make DESTDIR=$PKG_DEST install + make check + make prefix=$PKG_DEST/usr install } package () { |