void-packages/srcpkgs/clucene/template
Juan RP b28ca59f8e Added clucene-0.9.21b build template.
--HG--
extra : convert_revision : 0f416d4128f03fed1bc1f190037770339f005b51
2010-03-02 01:55:51 +01:00

24 lines
928 B
Plaintext

# Template file for 'clucene'
pkgname=clucene
version=0.9.21b
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