# dig-9.14.9 ^ Taille du paquet | 7.3M | ^ Somme de contrĂ´le SHA256 | a4feddc656eaf36adf7e6a42fa0085ec2d7bfc7204b66554bc89a5cd17b6b4fd | ^ Estimation du temps de construction |171.893 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de dig-9.14.9 en %R seconds ...' time { wget http://ftp.isc.org/isc/bind9/9.14.9/bind-9.14.9.tar.gz -O ${LFS}/download/bind-9.14.9.tar.gz --no-check-certificate && md5sum -c <<<" 6a36a93930a11d58c1580765e56dd726 ${LFS}/download/bind-9.14.9.tar.gz" && rm -Rf ${LFS}/src/bind-9.14.9 && tar -xzf ${LFS}/download/bind-9.14.9.tar.gz -C ${LFS}/src && cd ${LFS}/src/bind-9.14.9 && ./configure --prefix=/usr --without-python && make -C lib/dns && make -C lib/isc && make -C lib/bind9 && make -C lib/isccfg && make -C lib/irs && make -C bin/dig && make -C bin/dig DESTDIR=$PWD/_pkg install && strip -v _pkg/usr/bin/* strip -v _pkg/usr/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/dig-9.14.9.tar.gz ./ cd "${LFS}/" } ```