expat

Spiegel

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

LFS

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

expat → inetutils

Bauen

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