26 lines
974 B
Text
26 lines
974 B
Text
# Template file for 'strigi'
|
|
pkgname=strigi
|
|
version=0.7.2
|
|
revision=2
|
|
distfiles="http://www.vandenoever.info/software/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
build_style=cmake
|
|
configure_args="-DENABLE_INOTIFY=ON"
|
|
short_desc="Small fast desktop searching program"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1ca421bbe420d1839bbe6bfe7c4b52a05590a9b7a7eda77924b554c98e602ab8
|
|
long_desc="
|
|
Strigi is a daemon which uses a very fast and efficient crawler that can index
|
|
data on your harddrive. Indexing operations are performed without hammering
|
|
your system, this makes Strigi the fastest and smallest desktop searching
|
|
program. Strigi can index different file formats, including the contents of
|
|
the archive files."
|
|
|
|
subpackages="strigi-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build cmake
|
|
Add_dependency build exiv2-devel
|
|
Add_dependency build libxml2-devel
|
|
Add_dependency build clucene-devel
|
|
Add_dependency build dbus-devel
|
|
Add_dependency build qt-devel
|