ecj-initial: convert to new staging system
[openembedded.git] / recipes / clucene / clucene-core_0.9.21b.bb
blob88393a496d471147db78bf1c90f9dd64b9fc2fa3
1 DESCRIPTION = "CLucene is a C++ port of Lucene: the high-performance, \
2 full-featured text search engine written in Java."
3 HOMEPAGE = "http://clucene.sf.net"
4 SECTION = "libs"
5 LICENSE = "LGPL"
6 DEPENDS = "libtool"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/clucene/clucene-core-${PV}.tar.bz2"
10 inherit autotools
12 EXTRA_OECONF = "--disable-multithreading dps_static_const_type=2"
14 do_configure() {
15 gnu-configize
16 cp ${STAGING_DATADIR}/libtool/config.sub ${S}/config
17 oe_runconf
20 do_stage() {
21 autotools_stage_all
24 FILES_${PN}-dev += "${libdir}/CLucene"
26 SRC_URI[md5sum] = "ba1a8f764a2ca19c66ad907dddd88352"
27 SRC_URI[sha256sum] = "202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317"