Taille du paquet | 6.9M |
Somme de contrĂ´le SHA256 | 0f52f1dde64afd3fd512b5df025be370a9d08a3db86ee4b2058acb1139c7eec6 |
Estimation du temps de construction | 84.366 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de sed-4.7 en %R seconds ...'
time {
wget http://ftp.gnu.org/gnu/sed/sed-4.7.tar.xz -O ${LFS}/download/sed-4.7.tar.xz --no-check-certificate &&
md5sum -c <<<" 777ddfd9d71dd06711fe91f0925e1573 ${LFS}/download/sed-4.7.tar.xz" &&
rm -Rf ${LFS}/src/sed-4.7 &&
tar xf ${LFS}/download/sed-4.7.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/sed-4.7 &&
sed -i 's/usr/tools/' build-aux/help2man &&
sed -i 's/testsuite.panic-tests.sh//' Makefile.in &&
./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/sed-4.7.tar.gz ./ &&
cd "${LFS}/"
}