# gzip-1.10 ^ Taille du paquet | 1.1M | ^ Somme de contrĂ´le SHA256 | 1e9b81fa8c3a2de380ed457c72b2e4cd0a45dee29578994f91eb6734811ad06f | ^ Estimation du temps de construction |66.562 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de gzip-1.10 en %R seconds ...' time { wget http://ftp.gnu.org/gnu/gzip/gzip-1.10.tar.xz -O ${LFS}/download/gzip-1.10.tar.xz --no-check-certificate && md5sum -c <<<" 691b1221694c3394f1c537df4eee39d3 ${LFS}/download/gzip-1.10.tar.xz" && rm -Rf ${LFS}/src/gzip-1.10 && tar xf ${LFS}/download/gzip-1.10.tar.xz -C ${LFS}/src && cd ${LFS}/src/gzip-1.10 && ./configure --prefix=/usr CFLAGS="-static -static-libgcc" && make && make DESTDIR=$PWD/_pkg install strip -v _pkg/usr/bin/* strip -v _pkg/usr/lib/* install -m 755 -d $PWD/_pkg/bin/ && mv -v _pkg/usr/bin/gzip _pkg/bin && tar -C _pkg/ -cvf ${LFS}/pkg/gzip-1.10.tar.gz ./ && cd "${LFS}/" } ```