diff --git a/srcpkgs/clucene/template b/srcpkgs/clucene/template index a545243463..7a3942e17d 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}"