From d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 09:03:02 +0100 Subject: added tarcapabilities --- xibuilds/zstd.xibuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'xibuilds/zstd.xibuild') 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 -} - -- cgit v1.2.1