strigi: update to 0.7.8.

This commit is contained in:
Juan RP 2013-06-16 12:06:06 +02:00
parent c08976beb8
commit 5ed991ee88

View file

@ -1,17 +1,19 @@
# Template file for 'strigi' # Template file for 'strigi'
pkgname=strigi pkgname=strigi
version=0.7.2 version=0.7.8
revision=5 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_INOTIFY=ON" configure_args="-DENABLE_INOTIFY=ON -DENABLE_LOG4CXX=OFF -DENABLE_FAM=OFF
hostmakedepends="pkg-config cmake" -DENABLE_CLUCENE=OFF -DENABLE_CLUCENE_NG=ON -DENABLE_FFMPEG=OFF
makedepends="exiv2-devel libxml2-devel clucene-devel>=2.3.3.4 dbus-devel qt-devel" -DCMAKE_INSTALL_LIBDIR=lib"
hostmakedepends="pkg-config cmake perl"
makedepends="boost-devel exiv2-devel libxml2-devel clucene-devel>=2.3.3.4 dbus-devel qt-devel"
short_desc="Small fast desktop searching program" short_desc="Small fast desktop searching program"
homepage="http://www.vandenoever.info/software/strigi/" homepage="http://www.vandenoever.info/software/strigi/"
license="LGPL-2" license="LGPL-2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.vandenoever.info/software/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="http://www.vandenoever.info/software/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=1ca421bbe420d1839bbe6bfe7c4b52a05590a9b7a7eda77924b554c98e602ab8 checksum=43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989
long_desc=" long_desc="
Strigi is a daemon which uses a very fast and efficient crawler that can index 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 data on your harddrive. Indexing operations are performed without hammering
@ -20,13 +22,12 @@ long_desc="
the archive files." the archive files."
strigi-devel_package() { strigi-devel_package() {
depends="exiv2-devel libxml2-devel clucene-devel>=2.3.3.4 dbus-devel depends="${sourcepkg}-${version}_${revision}"
qt-devel ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/strigi/*.cmake" vmove usr/lib/cmake
} }
} }