clucene: remove long_desc.
This commit is contained in:
parent
71e5ae1cb6
commit
8fbfed36cc
|
@ -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 <xtraeme@gmail.com>"
|
||||
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}"
|
||||
|
|
Loading…
Reference in New Issue