From 8fbfed36cc57bd23fd8cc6e09dee72296dc638a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 16:04:47 +0100 Subject: [PATCH] clucene: remove long_desc. --- srcpkgs/clucene/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/clucene/template b/srcpkgs/clucene/template index a5452434632..7a3942e17d2 100644 --- a/srcpkgs/clucene/template +++ b/srcpkgs/clucene/template @@ -1,7 +1,7 @@ # Template file for 'clucene' pkgname=clucene version=2.3.3.4 -revision=2 +revision=3 wrksrc=${pkgname}-core-${version} build_style=cmake configure_args="-DENABLE_ASCII_MODE=OFF -DENABLE_PACKAGING=OFF @@ -15,13 +15,6 @@ license="LGPL-2+/ASL-2.0" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-core-${version}.tar.gz" checksum=ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab -long_desc=" - CLucene is a high-performance, scalable, cross platform, full-featured, - open-source indexing and searching API. Specifically, CLucene is the guts - of a search engine, the hard stuff. You write the easy stuff: the UI and - the process of selecting and parsing your data files to pump them into the - search engine yourself, and any specialized queries to pull it back for - display or further processing." clucene-devel_package() { depends="libstdc++-devel ${sourcepkg}-${version}_${revision}"