libarchive-3.4.1

Taille du paquet 3.8M
Somme de contrĂ´le SHA256 bf39c098cc9ebcb8bc24767ab32d806543574b85ccd6ffebf0a23f0de9320dee
Estimation du temps de construction 150.430 secondes
TIMEFORMAT='(BUSYBOX) Compilation de libarchive-3.4.1 en %R seconds ...'
time {
wget  https://github.com/libarchive/libarchive/releases/download/v3.4.1/libarchive-3.4.1.tar.xz -O ${LFS}/download/libarchive-3.4.1.tar.xz  --no-check-certificate &&
md5sum -c <<<" 83e38700a80a26e30b2df054e69956e5 ${LFS}/download/tar-1.32.tar.xz" &&
rm -Rf ${LFS}/src/libarchive-3.4.1 &&
tar -xf ${LFS}/download/libarchive-3.4.1.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/libarchive-3.4.1 &&
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/usr/bin/*
strip -v _pkg/usr/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/libarchive-3.4.1.tar.gz ./ &&
cd "${LFS}/"
}