# $Id$ PNAME="clucene" PVER="0.9.21b" PBUILD="r1" PCATEGORIE="dev-cpp" STATE="unstable" DESCRIPTION="CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API." HOMEPAGE="http://clucene.sourceforge.net/" DEPEND="" SRCFILE="${PNAME}-core-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-core-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-core-stable" src_compile() { cd ${SRCDIR} mconfigure --enable-multithreading || die mmake || die }