User Tools

Site Tools


lfs:pkg:tar-1.32

tar-1.32

Taille du paquet 18M
Somme de contrôle SHA256 8ff2f1136206c5a110098fa6bf8de59e5e3a28cd3e700cf54e5017c9bb7d9688
Estimation du temps de construction 130.098 secondes
TIMEFORMAT='(BUSYBOX) Compilation de tar-1.32 en %R seconds ...'
time {
wget http://ftp.gnu.org/gnu/tar/tar-1.32.tar.xz -O ${LFS}/download/tar-1.32.tar.xz --no-check-certificate &&
md5sum -c <<<" 83e38700a80a26e30b2df054e69956e5 ${LFS}/download/tar-1.32.tar.xz" &&
rm -Rf ${LFS}/src/tar-1.32 &&
tar xf ${LFS}/download/tar-1.32.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/tar-1.32 &&
FORCE_UNSAFE_CONFIGURE=1  ./configure --prefix=/usr             --bindir=/bin 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/tar-1.32.tar.gz ./ &&
cd "${LFS}/"
}
lfs/pkg/tar-1.32.txt · Last modified: 2025/02/19 10:59 by 127.0.0.1