# file-5.37 ^ Taille du paquet | 6.0M | ^ Somme de contrĂ´le SHA256 | a7d891650d585cd868af6f1ee6c02d8dd9dc559e40b1bbc0912390531e96852a | ^ Estimation du temps de construction |32.111 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de file-5.37 en %R seconds ...' time { wget http://ftp.astron.com/pub/file/file-5.37.tar.gz -O ${LFS}/download/file-5.37.tar.gz --no-check-certificate && md5sum -c <<<" 80c29aca745466c6c24d11f059329075 ${LFS}/download/file-5.37.tar.gz" && rm -Rf ${LFS}/src/file-5.37 && tar xzf ${LFS}/download/file-5.37.tar.gz -C ${LFS}/src && cd ${LFS}/src/file-5.37 && ./configure --prefix=/usr CFLAGS="-static -static-libgcc" && make && make DESTDIR=$PWD/_pkg install && strip -v _pkg/usr/bin/* tar -C _pkg/ -cvf ${LFS}/pkg/file-5.37.tar.gz ./ && cd "${LFS}/" } ```