# libostree-2019.6 ^ Taille du paquet | 1.7M | ^ Somme de contrĂ´le SHA256 | 855b9bc66cf9bdb86468f8e70f544588b64f822cc22104bc81f2330224b99354 | ^ Estimation du temps de construction |174.392 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de libostree-2019.6 en %R seconds ...' time { wget https://github.com/ostreedev/ostree/archive/v2019.6.tar.gz -O ${LFS}/download/libostree-2019.6.tar.gz --no-check-certificate && rm -Rf ${LFS}/src/libostree-2019.6 && tar -xf ${LFS}/download/libostree-2019.6.tar.xz -C ${LFS}/src && cd ${LFS}/src/libostree-2019.6 && ./configure --prefix=/ --without-selinux --with-dracut --with-curl --with-soup=no --enable-man=true && make && make DESTDIR=$PWD/_pkg install strip -v _pkg/bin/* strip -v _pkg/lib/* ln -sfvn ../../libexec/libostree/grub2-15_ostree _pkg/etc/grub.d/15_ostree && tar -C _pkg/ -cvf ${LFS}/pkg/libostree-2019.6.tar.gz ./ && cd "${LFS}/" } ```