           SPELL=strigi
#          KDEVER=3.92.0
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.6.4
     SOURCE_HASH=sha512:809e09a216ab59f3d19589a628581fcb98820f5f5106c571ab5fdf908886dbbffba756b20675b2fcc580f6967d93d843c6e94fb30cf3504a9e99371c701ff265
          SOURCE=$SPELL-$VERSION.tar.bz2
#   SOURCE_URL[0]=$KDE_URL/unstable/${KDEVER//.0}/src/$SOURCE
   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
