summaryrefslogtreecommitdiff
path: root/xibuilds/xz.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuilds/xz.xibuild')
-rw-r--r--xibuilds/xz.xibuild2
1 files changed, 2 insertions, 0 deletions
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