           SPELL=proxychains-ng
          SPELLX=${SPELL/-ng}
         VERSION=4.8.1
          SOURCE=${SPELLX}-$VERSION.tar.bz2
   SOURCE_URL[1]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:6e1673b331722ea5f6282a055d9552e387a2d68cc5e0c3fbb310ebbf58d47f1c9de46f11bbe5977b328d7a0abf1a5f77c544ccea799cb047da5c8521ee7ec949
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
            DOCS="AUTHORS ChangeLog TODO $DOCS"
        WEB_SITE=https://github.com/rofl0r/proxychains-ng
         ENTERED=20140430
      LICENSE[0]=GPL
        KEYWORDS="proxy"
           SHORT="TCP and DNS through proxy server"
cat << EOF
ProxyChains is a UNIX program, that hooks network-related libc functions in
DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD) and
redirects the connections through SOCKS4a/5 or HTTP proxies.

It supports TCP only (no UDP/ICMP etc).
EOF
