bc

Spiegel

http://paketspiegel.de/bc-7.0.3.tar.xz onnlein
LFS 13.0

LFS

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

bc → flex

Bauen

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