Taille du paquet | 1.4M |
Somme de contrĂ´le SHA256 | 20f02bd6c322d17093844d1489ff7f2cce9e77ddafce600556ab87db6f9838e4 |
Estimation du temps de construction | 13.751 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de nspr-4.24 en %R seconds ...'
time {
wget https://archive.mozilla.org/pub/nspr/releases/v4.24/src/nspr-4.24.tar.gz -O ${LFS}/download/nspr-4.24.tar.gz --no-check-certificate &&
md5sum -c <<<" d630c2111e1db6d2ec2069aad22b4121 ${LFS}/download/nspr-4.24.tar.gz" &&
rm -Rf ${LFS}/src/nspr-4.24 &&
tar -xf ${LFS}/download/nspr-4.24.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/nspr-4.24 &&
cd nspr &&
./configure --prefix=/usr --with-mozilla --with-pthreads $([ $(uname -m) = x86_64 ] && echo --enable-64bit) &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip _pkg/usr/bin/*
strip _pkg/usr/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/nspr-4.24.tar.gz ./ &&
cd "${LFS}/"
}