# rkt-1.30.0 ^ Taille du paquet | 368M | ^ Somme de contrĂ´le SHA256 | 22c58a75567594877dc1f203b5bfa1f2f13bc8141650204c4fafd574536653b6 | ^ Estimation du temps de construction |64.829 secondes | ^ Dependance | systemd | ``` TIMEFORMAT='(BUSYBOX) Compilation de rkt-1.30.0 en %R seconds ...' time { wget https://github.com/rkt/rkt/archive/v1.30.0.tar.gz -O ${LFS}/download/rkt-1.30.0.tar.gz --no-check-certificate && rm -Rf ${LFS}/src/rkt-1.30.0 && rm -Rf ${LFS}/opt/gopath/rkt-1.30.0 && tar -xf ${LFS}/download/rkt-1.30.0.tar.gz -C ${LFS}/src && cd ${LFS}/src/rkt-1.30.0 && sed -i 's/$(MK_TOPLEVEL_ABS_SRCDIR)\/build-/\/opt\/gopath\//' Makefile.in && ./autogen.sh && ./configure --enable-tpm=no --with-stage1-flavors=host,fly && make V=2 -j && mkdir -pv _pkg/{bin,sbin,lib,opt/gopath} && ln -sfv /opt/gopath/rkt-1.30.0/target/bin/rkt _pkg/bin/rkt && cp -rv /opt/gopath/rkt-1.30.0/ _pkg/opt/gopath/ && strip _pkg/opt/gopath/rkt/target/bin/* strip _pkg/opt/gopath/rkt/target/tools/* tar -C _pkg/ -cvf ${LFS}/pkg/rkt-1.30.0.tar.gz ./ && cd "${LFS}/" } ```