           SPELL=strigi
        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.1
     SOURCE_HASH=sha512:a575c8c4104bb695d14e77d7b56d8e68ff9f43c76e401f9098ab1de0c95b11705f77b220a13cef0a07193b38d592cf7f6c25de6bb800d251397ef7b26a053a34
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$WEB_SITE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
      LICENSE[0]=LGPL
         ENTERED=20070309
        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
