           SPELL=rasqal
         VERSION=0.9.33
      PATCHLEVEL=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
  SOURCE2_URL[0]=http://download.librdf.org/source/$SOURCE2
      SOURCE_GPG="davebeckett.gpg:$SOURCE2:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://librdf.org/rasqal/"
      LICENSE[0]=LGPL
         ENTERED=20070226
           SHORT="An RDF query library in C"
cat << EOF
Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL
languages. It provides APIs for creating a query and parsing query syntax. It
features pluggable triple-store source and matching interfaces, an engine for
executing the queries and an API for manipulating results as bindings. It uses
the Raptor RDF parser to return triples from RDF content and can alternatively
work with the Redland RDF library's persistent triple stores. It is portable
across many POSIX systems, win32 and others.
EOF
