# perl-5.30.0 ^ Taille du paquet | 71M | ^ Somme de contrĂ´le SHA256 | 7e3069fedb5b21c83878325f3fffca6c63cd8eea49bcdfa5b85733391fb413ac | ^ Estimation du temps de construction |662.028 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de perl-5.30.0 en %R seconds ...' time { wget https://www.cpan.org/src/5.0/perl-5.30.0.tar.xz -O ${LFS}/download/perl-5.30.0.tar.xz --no-check-certificate && md5sum -c <<<" 037c35000550bdcb47552ad0f6d3064d ${LFS}/download/perl-5.30.0.tar.xz" && rm -Rf ${LFS}/src/perl-5.30.0 && tar xf ${LFS}/download/perl-5.30.0.tar.xz -C ${LFS}/src && cd ${LFS}/src/perl-5.30.0 && echo "127.0.0.1 localhost $(hostname)" > /etc/hosts && sh Configure -des -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager="/usr/bin/less -isR" -Duseshrplib -Dusethreads CFLAGS="-static -static-libgcc" && make && make DESTDIR=$PWD/_pkg install strip -v _pkg/usr/bin/* strip -v _pkg/usr/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/perl-5.30.0.tar.gz ./ cd "${LFS}/" } ```