           SPELL=bc
         VERSION=1.06
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
        WEB_SITE=http://www.gnu.org/software/bc/bc.html
      LICENSE[0]=GPL
           SOURCE_HASH=sha512:a61fa22689bccd843e5f99bfc0ec1fe5577536522392067e4e35bae0914250c1f7d198cfd8bfc4489b969cde0fb200c90028d0be06e99a99afa61f3ce841bf4e
         ENTERED=20010922
         UPDATED=20050625
        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
