libtool

Spiegel

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

LFS

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

libtool → gdbm

Bauen

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