strigi: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 19:15:05 +01:00
parent aae5468fc1
commit a073f7dcb3

View file

@ -1,7 +1,7 @@
# Template file for 'strigi'
pkgname=strigi
version=0.7.8
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_INOTIFY=ON -DENABLE_LOG4CXX=OFF -DENABLE_FAM=OFF
-DENABLE_CLUCENE=OFF -DENABLE_CLUCENE_NG=ON -DENABLE_FFMPEG=OFF
@ -14,12 +14,6 @@ license="LGPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.vandenoever.info/software/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989
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."
strigi-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
@ -28,5 +22,6 @@ strigi-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}