           SPELL=cairo
if [[ $CAIRO_DEVEL == y ]]; then
         VERSION=1.8.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
         VERSION=1.8.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
#     SOURCE_HASH=sha512:b9b4f57c679559b2a128dde6e92cc297e21a29191219c7c24c2e933cbc8ec741253a2ba76075cf7414a04da506d669f8829d63510a98acc6073989e9b8cbd93e
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://cairographics.org/
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
      LICENSE[0]=MIT
         ENTERED=20040617
      PATCHLEVEL=1
        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
