# Watch: https://ftpmirror.gnu.org/mpc mpc-([0-9.+~]+)[.]tar
           SPELL=libmpc
         VERSION=1.3.1
  SECURITY_PATCH=1
          SOURCE="mpc-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://www.multiprecision.org/mpc/download/${SOURCE}"
   SOURCE_URL[1]="${GNU_URL}/mpc/${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}/mpc-${VERSION}"
     GATHER_DOCS=off
        WEB_SITE="https://www.multiprecision.org"
      LICENSE[0]="LGPL"
         ENTERED=20100410
           SHORT="library for the arithmetic of complex numbers"
cat << EOF
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
high precision and correct rounding of the result. It is built upon and
follows the same principles as Mpfr.
EOF
