Magellan Linux

Contents of /trunk/extras/clucene/clucene-0.9.21b-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1814 - (show annotations) (download)
Sat Jun 6 15:11:01 2009 UTC (14 years, 11 months ago) by niro
File size: 605 byte(s)
auto added: ver bump to 0.9.21b-r1
1 # $Id$
2
3 PNAME="clucene"
4 PVER="0.9.21b"
5 PBUILD="r1"
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 }

Properties

Name Value
svn:keywords Id