           SPELL=cairo
if [[ $CAIRO_DEVEL == y ]]; then
         VERSION=1.9.6
     SOURCE_HASH=sha512:9029d1637760126bece7dc8023ac00572c44fe5794d2b2fc5a2f2706b0061ebede9c7b5ddb7560527a7d9ac8c7e4ab0265f4165ce60e60ada647756070019873
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
         VERSION=1.8.10
     SOURCE_HASH=sha512:1c844f35a8102a8221ec2837ee7e1c72402b91af3f30465b4b2b0e210a62eed40def5839bd8e8dd6733b478ddc95cf6a5ad1c1d0b5e011c55de212f3a171ab40
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
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
