SPELL=swig VERSION=4.0.2 SOURCE_HASH=sha512:05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed 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