           SPELL=gmp
         VERSION=4.2.2
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
  SOURCE_GPG="swox.gpg:$SOURCE2:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
      LICENSE[0]=LGPL
        WEB_SITE=http://swox.com/gmp/
         ENTERED=20010922
        KEYWORDS="libs"
           SHORT='GNU mathematics precision library'
cat << EOF
GNUmp is a library operating on signed integers, rational numbers, and
floating point numbers. All functions have a standardized interface.
GNUmp is designed to be as fast as possible by using fullwords as the
basic arithmetic type, by using fast algorithms, by carefully optimizing
assembly code for the most common inner loops for many CPUs, and by a
general emphasis on speed (as opposed to simplicity or elegance).
GNUmp's speed advantage increases with the operand size, since GNUmp in
many cases has asymptomatically faster algorithms.
EOF
