21 lines
859 B
Text
21 lines
859 B
Text
# Template file for 'clucene'
|
|
pkgname=clucene
|
|
version=0.9.21b
|
|
revision=2
|
|
wrksrc=${pkgname}-core-${version}
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-core-${version}.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Text search engine written in C++"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317
|
|
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."
|
|
|
|
subpackages="${pkgname}-devel"
|
|
|
|
Add_dependency build libstdc++-devel
|