           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.5
     SOURCE_HASH=sha512:cec7a4044e2f1b311f139918798bee6aaf55e70a79ab3d067a059c560fa29884a3a69e83b012a5fbdb535fb523fc31c46d8575ccfcacd2c412bcc25735817fac
          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
