           SPELL=swig
         VERSION=4.5.1
     SOURCE_HASH=sha512:bf89652ddcfac38e42a52224ff79c5717e973779d174b822a03ad48866303779cadf9d5181bbceed4d5dd4a0ff5ed5dea4a0c7cf10c5bc4a59310cdba64f47dd
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
      LICENSE[0]=https://www.swig.org/copyright.html
        WEB_SITE=https://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
