xz

Spiegel

http://paketspiegel.de/xz-5.8.2.tar.xz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/xz.html

https://lfs.daniel-schildt.de/systemd/chapter06/xz.html

xz → lz4

xz → binutils

Bauen

BAU=/bau cd $BAU pwd if [ ! -e xz-5.8.2.tar.xz ] then wget http://paketspiegel.de/xz-5.8.2.tar.xz fi if [ -d xz-5.8.2 ] then rm --force --recursive xz-5.8.2 fi tar --extract -f xz-5.8.2.tar.xz cd xz-5.8.2 pwd cd .. pwd