summaryrefslogtreecommitdiff
path: root/repo/system/xz
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/xz')
-rw-r--r--repo/system/xz/xz.xibuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/system/xz/xz.xibuild b/repo/system/xz/xz.xibuild
deleted file mode 100644
index 9c1f849..0000000
--- a/repo/system/xz/xz.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="sh"
-
-PKG_VER=5.2.2
-SOURCE=https://github.com/xz-mirror/xz/releases/download/v$PKG_VER/xz-$PKG_VER.tar.xz
-DESC="Tools for the lzma and xz compression formats"
-
-
-build () {
- autoreconf -fi
- ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-$PKG_VER
- make
-}
-
-check () {
- make check
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}