# Watch: https://ftp.gnu.org/gnu/bc
           SPELL=bc
         VERSION=1.08.2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
         SOURCE2="${SOURCE}.sig"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
  SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
      SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://www.gnu.org/software/bc/bc.html
      LICENSE[0]=GPL
         ENTERED=20010922
        KEYWORDS="science"
           SHORT="bc is an arbitrary precision numeric processing language."
cat << EOF
Bc is an arbitrary precision numeric processing language. Syntax is
similar to C, but differs in many substantial areas. It supports
interactive execution of statements. Bc is a utility included in the
POSIX P1003.2/D11 draft standard.
This version does not use the historical method of having bc be a
calculator for the dc calculator (the POSIX document doesn't specify how
bc must be implemented). This version has a single executable that both
compiles the language and runs the resulting 'byte code.' The byte code
is not the dc language.
EOF
