           SPELL=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.7.0
     SOURCE_HASH=sha512:c02d682116f706e4e2d8efb08853b8e70373d5921bc336854eae1b1030cef5f306e434f3e57a01fb83d172c4f5f5d943649a2f69c68efbcf724cd0d60e42f81e
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[0]=http://www.vandenoever.info/software/strigi/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://strigi.sourceforge.net/
      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
