http://paketspiegel.de/bzip2-1.0.8.tar.gz onnlein
LFS 13.0
https://lfs.daniel-schildt.de/systemd/chapter08/bzip2.html
bzip2 → xz
BAU=/bau cd $BAU pwd if [ ! -e bzip2-1.0.8-install_docs-1.patch ] then wget http://lfs.daniel-schildt.de/13.0/patch/bzip2-1.0.8-install_docs-1.patch fi if [ ! -e bzip2-1.0.8.tar.gz ] then wget http://paketspiegel.de/bzip2-1.0.8.tar.gz fi if [ -d bzip2-1.0.8 ] then rm --force --recursive bzip2-1.0.8 fi tar --extract -f bzip2-1.0.8.tar.gz cd bzip2-1.0.8 pwd cd .. pwd