Taille du paquet | 1.2M |
Somme de contrĂ´le SHA256 | 9182db0410f216207fbf8bb1fab4b9cb2d5020cd5d20251fa231992b1e842caa |
Estimation du temps de construction | 18.386 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de fcron-3.2.1 en %R seconds ...'
time {
wget http://fcron.free.fr/archives/fcron-3.2.1.src.tar.gz -O ${LFS}/download/fcron-3.2.1.src.tar.gz --no-check-certificate &&
md5sum -c <<<" bd4996e941a40327d11efc5e3fd1f839 ${LFS}/download/fcron-3.2.1.src.tar.gz" &&
groupadd -g 22 fcron &&
useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false -u 22 fcron &&
rm -Rf ${LFS}/src/fcron-3.2.1 &&
tar xzf ${LFS}/download/fcron-3.2.1.src.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/fcron-3.2.1 &&
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --without-sendmail --with-boot-install=no --with-systemdsystemunitdir=no &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip _pkg/usr/bin/*
strip _pkg/usr/sbin/*
tar -C _pkg/ -cvf ${LFS}/pkg/fcron-3.2.1.tar.gz ./ &&
userdel fcron &&
cd "${LFS}/"
}