aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clucene/clucene-core_0.9.21b.bb
blob: d533f2b2352f90597cba150674ad8716f5f19411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "CLucene is a C++ port of Lucene: the high-performance, \
full-featured text search engine written in Java."
HOMEPAGE = "http://clucene.sf.net"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "libtool"

SRC_URI = "${SOURCEFORGE_MIRROR}/clucene/clucene-core-${PV}.tar.bz2"

inherit autotools

EXTRA_OECONF = "--disable-multithreading dps_static_const_type=2"

do_configure() {
	gnu-configize
	cp ${STAGING_DATADIR}/libtool/config.sub ${S}/config
	oe_runconf
}

do_stage() {
	autotools_stage_all
}

FILES_${PN}-dev += "${libdir}/CLucene"