Magellan Linux

Contents of /branches/branch-xorg18/extras/clucene/clucene-0.9.21b-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 605 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="clucene"
4 PVER="0.9.21b"
5 PBUILD="r2"
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