From c25b6890891c7ef34e129c8c54efdf2993234aa0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:18:43 +0100 Subject: moved xibuilds to another repo --- xibuilds/xz.xibuild | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 xibuilds/xz.xibuild (limited to 'xibuilds/xz.xibuild') diff --git a/xibuilds/xz.xibuild b/xibuilds/xz.xibuild deleted file mode 100644 index d57d72a..0000000 --- a/xibuilds/xz.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -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 - make DESTDIR=$PKG_DEST install -} - -- cgit v1.2.1