[package] name = "xz" version = "5.8.1" description = "XZ Utils compression" url = "https://xz.tukaani.org/xz-utils/" license = "LGPL-2.1" [source] url = "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""