From a073f7dcb39ffd801730a5ed4bbd71cb5a8b9102 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 19:15:05 +0100 Subject: [PATCH] strigi: remove long_desc. --- srcpkgs/strigi/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/strigi/template b/srcpkgs/strigi/template index 906105a4662..fbbae2c383e 100644 --- a/srcpkgs/strigi/template +++ b/srcpkgs/strigi/template @@ -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 " 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" } }