           SPELL=strigi
#          KDEVER=3.92.0
        WEB_SITE=http://www.vandenoever.info/software/strigi/
if [[ "$STRIGI_SVN" == "y" ]]; then
if [[ "$STRIGI_SVN_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL.tar.bz2
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk//kdesupport/$SPELL:$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
         VERSION=0.5.5
     SOURCE_HASH=sha512:c1ab6ee24016e89a02cfaeeee28141afc829eb6087fb97fc425200f046ab69444621ef8e3ccb92a73bd0e0705e270faac0bbe7616fbe72acd848fa6b47218f9e
          SOURCE=$SPELL-$VERSION.tar.bz2
#   SOURCE_URL[0]=$KDE_URL/unstable/${KDEVER//.0}/src/$SOURCE
   SOURCE_URL[0]=$WEB_SITE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
      LICENSE[0]=LGPL
         ENTERED=20070309
      PATCHLEVEL=1
        KEYWORDS="search engine"
           SHORT="desktop search engine"
cat << EOF
Strigi is a desktop search engine.

Here are the main features of Strigi:
very fast crawling
very small memory footprint
no hammering of the system
pluggable backend, currently clucene and
hyperestraier, sqlite3 and xapian are in the works
communication between daemon and search program
over an abstract interface with two
implementations: DBus and a simple unix socket.
Especially the DBus interface makes it very easy
to write client applications.
EOF
