Taille du paquet | 50K |
Somme de contrĂ´le SHA256 | 9963ad7425691ac34199d8ad3f25a440af509298615785a133e3cf081c3473e0 |
TIMEFORMAT='(BUSYBOX) Compilation de bridge-utils-1.6 en %R seconds ...'
time {
wget https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.6.tar.xz -O ${LFS}/download/bridge-utils-1.6.tar.xz --no-check-certificate &&
md5sum -c <<<" 541ae1c50cc268056693608920e6c908 ${LFS}/download/bridge-utils-1.6.tar.xz" &&
wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/blfs-bootscripts-20191204.tar.xz -O ${LFS}/download/blfs-bootscripts-20191204.tar.xz --no-check-certificate &&
rm -Rf ${LFS}/src/bridge-utils-1.6 &&
tar xf ${LFS}/download/bridge-utils-1.6.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/bridge-utils-1.6 &&
autoconf &&
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install &&
tar xf ${LFS}/download/blfs-bootscripts-20191204.tar.xz -C ${LFS}/src/bridge-utils-1.6 --strip-components=1 &&
make DESTDIR=$PWD/_pkg install-service-bridge &&
strip -v _pkg/usr/sbin/brctl
tar -C _pkg/ -cvf ${LFS}/pkg/bridge-utils-1.6.tar.gz ./ &&
cd "${LFS}/"
}