4593699 [rkeene@sledge /home/rkeene/projects/build]$ cat libdnet.txt
# SHORT DESC: Portable Low Level Network API
# LONG DESC: Libdnet provides a simplified, portable interface to several low-level networking routines.

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1

# Libdnet fails at making shared objects..
# lrwxrwxrwx 1 root root    13 2009-04-04 18:21 libdnet -> libdnet.1.0.1*
# lrwxrwxrwx 1 root root    13 2009-04-04 18:21 libdnet.1 -> libdnet.1.0.1*
# -rwxr-xr-x 1 root root 49559 2009-04-04 18:19 libdnet.1.0.1*
if [ -f "${libdir}/libdnet.1.0.1" ]; then
	ln -s "libdnet.1.0.1" "${libdir}/libdnet.so"
	ln -s "libdnet.1.0.1" "${libdir}/libdnet.so.1"
	ln -s "libdnet.1.0.1" "${libdir}/libdnet.so.1.0.1"
fi
4593700 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06