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