Taille du paquet | 6.8M |
Somme de contrĂ´le SHA256 | 7d0ea69f48f26304dea9999095e564cf371a0140f85c4ed0a05ef41b8bf008b4 |
Estimation du temps de construction | 92.116 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de grep-3.3 en %R seconds ...'
time {
wget http://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz -O ${LFS}/download/grep-3.3.tar.xz --no-check-certificate &&
md5sum -c <<<" 05d0718a1b7cc706a4bdf8115363f1ed ${LFS}/download/grep-3.3.tar.xz" &&
rm -Rf ${LFS}/src/grep-3.3 &&
tar xf ${LFS}/download/grep-3.3.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/grep-3.3 &&
./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/grep-3.3.tar.gz ./ &&
cd "${LFS}/"
}