User Tools

Site Tools


lfs:pkg:grep-3.3

grep-3.3

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}/"
}
lfs/pkg/grep-3.3.txt · Last modified: 2025/02/19 10:59 by 127.0.0.1