Taille du paquet | 70K |
Somme de contrĂ´le SHA256 | 1963e46bfee5b2c36c493142141a22aa26bed60118c5d4777ecc5508255cecba |
Estimation du temps de construction | 21.699 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de time-1.9 en %R seconds ...'
time {
wget https://ftp.gnu.org/gnu/time/time-1.9.tar.gz -O ${LFS}/download/time-1.9.tar.gz --no-check-certificate &&
md5sum -c <<<" d2356e0fe1c0b85285d83c6b2ad51b5f ${LFS}/download/time-1.9.tar.gz" &&
rm -Rf ${LFS}/src/time-1.9 &&
tar -xf ${LFS}/download/time-1.9.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/time-1.9 &&
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/usr/bin/*
tar -C _pkg/ -cvf ${LFS}/pkg/time-1.9.tar.gz ./ &&
cd "${LFS}/"
}