Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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