From bb7af3e7c1d87e66755ffdbe08801418a3a56c14 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 20 May 2007 12:27:51 +0000 Subject: clucene: Move to nonworking. its cvs doesn't exist any more --- packages/nonworking/clucene/clucene_0.8.12-pre.bb | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/nonworking/clucene/clucene_0.8.12-pre.bb (limited to 'packages/nonworking/clucene/clucene_0.8.12-pre.bb') diff --git a/packages/nonworking/clucene/clucene_0.8.12-pre.bb b/packages/nonworking/clucene/clucene_0.8.12-pre.bb new file mode 100644 index 0000000000..2c8122c921 --- /dev/null +++ b/packages/nonworking/clucene/clucene_0.8.12-pre.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java." +SECTION = "libs" +LICENSE = "LGPL" +PRIORITY = "optional" +SRCDATE = "20040704" +SRC_URI = "cvs://anonymous@clucene.cvs.sourceforge.net/cvsroot/clucene;module=. \ + file://compile-fix.patch;patch=1" +S = "${WORKDIR}" + +inherit autotools + +do_stage() { + oe_libinstall -C src libclucene ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/CLucene/ + install src/CLucene.h ${STAGING_INCDIR}/CLucene/ + cd src + headers=`find . -name "*.h"` + for f in $headers + do + install -d ${STAGING_INCDIR}/`dirname $f` + install -m 0644 $f ${STAGING_INCDIR}/$f + done + echo > ${STAGING_INCDIR}/CLucene/util/dirent.h +} -- cgit v1.2.3