# curl-7.67.0 ^ Taille du paquet | 3.8M | ^ Somme de contrĂ´le SHA256 | 92b02723159e674b90c4eafa454e75aaab7215e1d924ce421fdbd2aac757c78d | ^ Estimation du temps de construction |126.949 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de curl-7.67.0 en %R seconds ...' time { wget https://curl.haxx.se/download/curl-7.67.0.tar.xz -O ${LFS}/download/curl-7.67.0.tar.xz --no-check-certificate && md5sum -c <<<"d55351b88dec558dd3a24dabb2c2d899 ${LFS}/download/curl-7.67.0.tar.xz" && rm -Rf ${LFS}/src/curl-7.67.0 && tar xf ${LFS}/download/curl-7.67.0.tar.xz -C ${LFS}/src && cd ${LFS}/src/curl-7.67.0 && ./configure --prefix=/usr --with-ca-path=/etc/ssl/certs && make && make prefix=$PWD/_pkg install && strip -v _pkg/bin/* tar -C _pkg/ -cvf ${LFS}/pkg/curl-7.67.0.tar.gz ./ && cd "${LFS}/" } ```