           SPELL=libconnect
         VERSION=0.5.2
	  SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libconnect_$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
          MD5[0]=9dd14d25cd1bb4f2bfd18fb8b7c53a4a
      LICENSE[0]=GPL
        WEB_SITE=http://libconnect.sourceforge.net
         ENTERED=20020213
         UPDATED=20020213
      MAINTAINER="marcg@phreaker.net"
           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
