# Description: Library and command line tools for XZ and LZMA compressed files # URL: https://tukaani.org/xz/ # Maintainer: KRAK3N Team, core ports at krak3n dot my name=xz version=5.8.1 release=2 source=(https://github.com/tukaani-project/${name}/releases/download/v${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-nls make make DESTDIR=$PKG install }