           SPELL=cairo
if [[ $CAIRO_DEVEL == y ]]; then
         VERSION=1.8.4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
     SOURCE_HASH=sha512:4d012a14d15614eecd85e9f62c495e2b37a4fb8b6b027ae0f2cf5a45ea161f191b741e521906b446bd33dec5d81786b27af12f99d8654ee5c558c05d6771e1e6
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
         VERSION=1.8.4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
     SOURCE_HASH=sha512:4d012a14d15614eecd85e9f62c495e2b37a4fb8b6b027ae0f2cf5a45ea161f191b741e521906b446bd33dec5d81786b27af12f99d8654ee5c558c05d6771e1e6
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://cairographics.org/
      LICENSE[0]=MIT
         ENTERED=20040617
        KEYWORDS="x11 libs"
           SHORT="multi-platform 2D graphics library"
cat << EOF
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
buffers. PostScript and PDF file output is planned. Cairo is designed to produce
identical output on all output media while taking advantage of display hardware
acceleration when available (eg. through the X Render Extension).
EOF
