import .. / .. / lapis tessera "xz": source: "https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz" patches: @[""] dependencies: @[ "bash", "binutils", "coreutils", "diffutils", "gcc", "glibc", "make" ] dependants: @[ "file", "grub", "kmod", "libelf", "man_db", "udev" ] build: @[ """ ./configure --prefix=/usr \ --disable-static --docdir=/usr/share/doc/xz-5.8.1 """, "make", "make install" ]