From d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 09:03:02 +0100 Subject: added tarcapabilities --- xibuilds/xz.xibuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xibuilds/xz.xibuild') diff --git a/xibuilds/xz.xibuild b/xibuilds/xz.xibuild index e17f53b..d57d72a 100644 --- a/xibuilds/xz.xibuild +++ b/xibuilds/xz.xibuild @@ -3,9 +3,11 @@ DEPS=(sh) SOURCE=https://git.tukaani.org/xz.git +DESC="a selection of programs for compressing and decompressing files with the lzma and xz compression formats" build () { + ./autogen.sh ./configure --prefix=/usr --disable-static --docdir=$PKG_DEST/usr/share/doc/xz-5.2.5 make make check -- cgit v1.2.1