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