eth0s/toolchain/31-xz

10 lines
154 B
Text
Executable file

name=xz
version=5.2.4
source=(https://tukaani.org/xz/xz-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}