conmon-2.0.7

Taille du paquet 70K
Somme de contrĂ´le SHA256 9fde17d6b3d172233059a8f270aec5280a53d25c6dbe8035921858afc7a5b081
Estimation du temps de construction 2.697 secondes
TIMEFORMAT='(BUSYBOX) Compilation de conmon-2.0.7 en %R seconds ...'
time {
wget https://github.com/containers/conmon/archive/v2.0.7.tar.gz -O ${LFS}/download/conmon-2.0.7.tar.gz  --no-check-certificate &&
rm -Rf ${LFS}/src/conmon-2.0.7 &&
tar -xf ${LFS}/download/conmon-2.0.7.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/conmon-2.0.7 &&
make &&
strip -v bin/conmon &&
install  -D -m 755 bin/conmon _pkg/usr/local/bin/conmon &&
tar -C _pkg/ -cvf ${LFS}/pkg/conmon-2.0.7.tar.gz ./ &&
cd "${LFS}/"
}