        MODULE=swig
       VERSION=2.0.6
        SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$MODULE-$VERSION
    SOURCE_VFY=sha1:8e27a735d1f53be2e3d8d8473a3847e89ba89da8
      WEB_SITE=http://www.swig.org
       ENTERED=20011207
       UPDATED=20120506
         SHORT="Creates wrapper code"

cat << EOF
SWIG is a compiler that makes it easy to integrate C and C++ code
with scripting languages including Perl, Tcl, Python, Guile, Ruby,
MzScheme, and Java. Swig takes a set of ANSI C/C++ declarations (with
optional annotations) and generates an interface for them to your
favorite scripting language.
EOF
