SPELL=libconnect VERSION=0.5.2 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/libconnect_$VERSION SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE SOURCE_HASH=sha512:a4152ce19685faab3fd467cb22f7f1b4ff95329aed1119abb2edf71245ec8450b78094cc8eca8ad3744d41ad3e9cdd88a66f4a5b2b97e9739d36ba1631eccd4e LICENSE[0]=GPL WEB_SITE=http://libconnect.sourceforge.net ENTERED=20020213 KEYWORDS="libs" SHORT="Libconnect is a simple library wrapper." cat << EOF Libconnect is a simple library wrapper written in assembly language (NASM syntax) that intercepts the calls applications make to establish TCP connections and transparently proxies them as necessary. Existing applications can use this library without any recompilation or modification by setting the LD_PRELOAD environment variable. Libconnect will be loaded into the process space overriding the 'old' libc connect(). EOF .