http://paketspiegel.de/gzip-1.14.tar.xz onnlein
LFS 13.0
https://lfs.daniel-schildt.de/systemd/chapter08/gzip.html
https://lfs.daniel-schildt.de/systemd/chapter06/gzip.html
gzip → iproute2
gzip → make
BAU=/bau cd $BAU pwd if [ ! -e gzip-1.14.tar.xz ] then wget http://paketspiegel.de/gzip-1.14.tar.xz fi if [ -d gzip-1.14 ] then rm --force --recursive gzip-1.14 fi tar --extract -f gzip-1.14.tar.xz cd gzip-1.14 pwd cd .. pwd