# unzip60 ^ Taille du paquet | 390K | ^ Somme de contrĂ´le SHA256 | cdcc4e09cd042f8b13a68e9d1d89e6b9a72ebc9ff2c421f02ec18bd3f27cfb6a | ^ Estimation du temps de construction |14.737 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de unzip60 en %R seconds ...' time { wget https://downloads.sourceforge.net/infozip/unzip60.tar.gz -O ${LFS}/download/unzip60.tar.gz --no-check-certificate && md5sum -c <<<" 62b490407489521db863b523a7f86375 ${LFS}/download/unzip60.tar.gz" && wget http://www.linuxfromscratch.org/patches/blfs/svn/unzip-6.0-consolidated_fixes-1.patch -O ${LFS}/download/unzip-6.0-consolidated_fixes-1.patch --no-check-certificate && rm -rf ${LFS}/src/unzip60 && tar xzf ${LFS}/download/unzip60.tar.gz -C ${LFS}/src && cd ${LFS}/src/unzip60 && patch -Np1 -i ${LFS}/download/unzip-6.0-consolidated_fixes-1.patch && CFLAGS="-static" make -f unix/Makefile generic && make prefix=$PWD/_pkg MANDIR=$PWD/_pkg/share/man/man1 -f unix/Makefile install && strip -v _pkg/bin/* strip -v _pkg/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/unzip60.tar.gz ./ && cd "${LFS}/" } ```