diff options
author | davidovski <david@davidovski.xyz> | 2021-10-06 09:03:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-06 09:03:02 +0100 |
commit | d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (patch) | |
tree | faf7ff136ab50bdcf34f2d0c02002192c1c8bc39 /xibuilds/zstd.xibuild | |
parent | cdea2f67ae42d4220e19a555259b69a960925283 (diff) |
added tarcapabilities
Diffstat (limited to 'xibuilds/zstd.xibuild')
-rw-r--r-- | xibuilds/zstd.xibuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/xibuilds/zstd.xibuild b/xibuilds/zstd.xibuild index 63ba9af..9e90fd7 100644 --- a/xibuilds/zstd.xibuild +++ b/xibuilds/zstd.xibuild @@ -2,17 +2,11 @@ DEPS=(glibc gcc-libs zlib xz lz4) -SOURCE=https://github.com - +SOURCE=https://github.com/facebook/zstd +DESC="the Zstandard real-time compression algorithm" build () { make make prefix=/usr check make DESTDIR=$PKG_DEST install } - -package () { - # Remove a useless static library (lfs recommended) - rm -v $PKG_DEST/usr/lib/libzstd.a -} - |