void-packages/srcpkgs/clucene/template
2011-02-27 15:35:42 +01:00

25 lines
939 B
Plaintext

# Template file for 'clucene'
pkgname=clucene
version=0.9.21b
revision=1
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 run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency build libstdc++-devel