eth0s/toolchain/28-xz

11 lines
154 B
Text
Raw Normal View History

name=xz
2020-11-13 13:58:01 +08:00
version=5.2.5
2021-04-18 08:19:42 +08:00
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
}