From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/xz.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repo/system/xz.xibuild') diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild index 5748c65..bf48653 100644 --- a/repo/system/xz.xibuild +++ b/repo/system/xz.xibuild @@ -2,14 +2,15 @@ DEPS=(sh) +PKG_VER=5.2.5 SOURCE=https://git.tukaani.org/xz.git -BRANCH=v5.2.5 +BRANCH=v$PKG_VER 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=/usr/share/doc/xz-5.2.5 + ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-$PKG_VER make make check make DESTDIR=$PKG_DEST install -- cgit v1.2.1