Magellan Linux

Contents of /trunk/extras/clucene/clucene-0.9.20-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 635 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/clucene/clucene-0.9.20-r3.smage2,v 1.1 2008/04/03 18:46:43 niro Exp $
2
3 PNAME="clucene"
4 PVER="0.9.20"
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 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure --enable-multithreading || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id