eth0s/toolchain/28-xz

11 lines
154 B
Text
Raw Normal View History

name=xz
version=5.2.4
source=(https://tukaani.org/xz/xz-$version.tar.xz)
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
2018-12-01 00:12:45 +08:00
./configure --prefix=/tools
make
make install
}