Magellan Linux

Contents of /branches/magellan-next/extras/clucene/clucene-0.9.21b-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8490 - (show annotations) (download)
Wed Jul 20 10:09:46 2011 UTC (12 years, 10 months ago) by niro
File size: 588 byte(s)
auto added: ver bump to 0.9.21b-r4
1 # $Id$
2
3 PNAME="clucene"
4 PVER="0.9.21b"
5 PBUILD="r4"
6
7 PCATEGORIE="dev-cpp"
8
9 DESCRIPTION="CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API."
10 HOMEPAGE="http://clucene.sourceforge.net/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-core-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-core-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-core-stable"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --enable-multithreading || die
31 mmake || die
32 }