Taille du paquet | 3.1M |
Somme de contrĂ´le SHA256 | 7aa28c79f23686796581c432152b42a554f6f8bd26b35bd23edd3451504b72aa |
Estimation du temps de construction | 99.547 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de cpio-2.13 en %R seconds ...'
time {
wget https://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.bz2 -O ${LFS}/download/cpio-2.13.tar.bz2 --no-check-certificate &&
md5sum -c <<<" f3438e672e3fa273a7dc26339dd1eed6 ${LFS}/download/cpio-2.13.tar.bz2" &&
rm -rf ${LFS}/src/cpio-2.13 &&
tar xjf ${LFS}/download/cpio-2.13.tar.bz2 -C ${LFS}/src &&
cd ${LFS}/src/cpio-2.13 &&
./configure --prefix=/usr --bindir=/bin --enable-mt --with-rmt=/usr/libexec/rmt CFLAGS="-static -static-libgcc" &&
make &&
makeinfo --html -o doc/html doc/cpio.texi &&
makeinfo --html --no-split -o doc/cpio.html doc/cpio.texi &&
makeinfo --plaintext -o doc/cpio.txt doc/cpio.texi &&
make DESTDIR=$PWD/_pkg install
install -v -m755 -d _pkg/usr/share/doc/cpio-2.13/html &&
install -v -m644 doc/html/* _pkg/usr/share/doc/cpio-2.13/html &&
install -v -m644 doc/cpio.{html,txt} _pkg/usr/share/doc/cpio-2.13 &&
strip -v _pkg/bin/*
tar -C _pkg/ -cvf ${LFS}/pkg/cpio-2.13.tar.gz ./ &&
cd "${LFS}/"
}