lfs:pkg:libnsl-1.2.0
libnsl-1.2.0
Taille du paquet | 320K |
---|---|
Somme de contrôle SHA256 | 884cfd39d367e7509a3f2d50dff54f1f2756db593c31d1b61d46145e1f57836a |
Estimation du temps de construction | 42.144 secondes |
Dependances | rpcsvc-proto-1.4 et libtirpc-1.2.5 |
TIMEFORMAT='(TARGETFS) Compilation de libnsl-1.2.0 en %R seconds ...' time { wget https://github.com/thkukuk/libnsl/archive/v1.2.0.tar.gz -O ${LFS}/download/libnsl-1.2.0.tar.gz --no-check-certificate && md5sum -c <<<" 05222024777e12e2f6d48f2e7d067ac7 ${LFS}/download/libnsl-1.2.0.tar.gz" && rm -Rf ${LFS}/src/libnsl-1.2.0 && tar xzf ${LFS}/download/libnsl-1.2.0.tar.gz -C ${LFS}/src && cd ${LFS}/src/libnsl-1.2.0 && sed -i 's/AM_INIT_AUTOMAKE/AM_INIT_AUTOMAKE([subdir-objects])/' configure.ac && autoreconf -fi && ./configure --sysconfdir=/etc && make make DESTDIR=$PWD/_pkg install && mkdir -pv _pkg/lib && mv _pkg/usr/lib/libnsl.so.2* _pkg/lib && ln -sfv ../../lib/libnsl.so.2.0.0 _pkg/usr/lib/libnsl.so && strip -v _pkg/usr/lib/* strip -v _pkg/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/libnsl-1.2.0.tar.gz ./ && cd "${LFS}/" }
FOB
cat > /wiki/tcpwrappers7.6.txt « EOF
tcp_wrappers_7.6
EOF
echo “^ Taille du paquet | 320K |”
>> /wiki/tcp_wrappers_7.6.txt
e
cho “^ Somme de contrôle SHA256 | 2f6ff06741d34e1cae7513d70dff20f2059463fd17127f6568ccad8cebd6d084 |”
>> /wiki/tcp_wrappers_7.6.txt
e
cho “^ Estimation du temps de construction |6.281 secondes |”
>> /wiki/tcp_wrappers_7.6.txt
c
at » /wiki/tcpwrappers7.6.txt « EOG
Dependances | libnsl-1.2.0 |
---|
TIMEFORMAT='(BUSYBOX) Compilation de tcp_wrappers_7.6 en %R seconds ...' time { wget https://ftp.osuosl.org/pub/blfs/conglomeration/tcp_wrappers/tcp_wrappers_7.6.tar.gz -O ${LFS}/download/tcp_wrappers_7.6.tar.gz --no-check-certificate && md5sum -c <<<" e6fa25f71226d090f34de3f6b122fb5a ${LFS}/download/tcp_wrappers_7.6.tar.gz" && wget https://ftp.osuosl.org/pub/blfs/conglomeration/tcp_wrappers/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch -O ${LFS}/download/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch --no-check-certificate && rm -Rf ${LFS}/src/tcp_wrappers_7.6 && tar xzf ${LFS}/download/tcp_wrappers_7.6.tar.gz -C ${LFS}/src && cd ${LFS}/src/tcp_wrappers_7.6 && patch -Np1 -i ${LFS}/download/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch && sed -i -e "s,^extern char \*malloc();,/* & */," scaffold.c && make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux && install -m 755 -d $PWD/_pkg/usr/lib/ && install -m 755 -d $PWD/_pkg/usr/sbin/ && install -m 755 -d $PWD/_pkg/usr/include/ && install -m 644 -d $PWD/_pkg/usr/share/man/man8/ && install -m 644 -d $PWD/_pkg/usr/share/man/man5/ && install -m 644 -d $PWD/_pkg/usr/share/man/man3/ && make DESTDIR=$PWD/_pkg install && strip usr/sbin/* strip usr/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/tcp_wrappers_7.6.tar.gz ./ && cd "${LFS}/" }