           SPELL=swig
         VERSION=3.0.3
     SOURCE_HASH=sha512:511dcfb173da6c258b67021a203b7405a4a87f647a756c71a58ddf61cb4cdb5692dde21fc04a54c6e2d085ec2786ffb17c841dac17bf87c8e0da047107ff0705
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
      LICENSE[0]=http://www.swig.org/copyright.html
        WEB_SITE=http://www.swig.org/
         ENTERED=20011207
           SHORT="swig 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
