Taille du paquet | 290K |
Somme de contrĂ´le SHA256 | 756b8ce87581c7e3015a101324d23bda318131edce8ee6e9afa01d3e97722270 |
Estimation du temps de construction | 13.707 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de squashfs4.4 en %R seconds ...'
time {
wget http://kent.dl.sourceforge.net/sourceforge/squashfs/squashfs4.4.tar.gz -O ${LFS}/download/squashfs4.4.tar.gz --no-check-certificate &&
rm -Rf ${LFS}/src/squashfs4.4 &&
tar -xf ${LFS}/download/squashfs4.4.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/squashfs4.4/squashfs-tools &&
sed "s/#XZ_SUPPORT/XZ_SUPPORT/" -i Makefile &&
make
mkdir -pv _pkg/{bin,lib,lib64,usr/lib,usr/lib64}
install -o root -g root -m 755 mksquashfs _pkg/bin
install -o root -g root -m 755 unsquashfs _pkg/bin
strip -v _pkg/bin/*
strip -v _pkg/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/squashfs4.4.tar.gz ./
cd "${LFS}/"
}