summaryrefslogtreecommitdiff
path: root/packages/clucene/clucene-core_0.9.21.bb
blob: 0416f9110e99cc1f0ba427ed58f71c31f70167fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java."
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"