#!/usr/bin/env bash
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/xz-5.8.2
make
make check
make install