1 DESCRIPTION = "Simplest possible indexer (from an older release of xapian)."
2 HOMEPAGE = "http://users.softlab.ece.ntua.gr/~ttsiod/buildWikipediaOffline.html"
5 DEPENDS = "xapian-core"
7 BINARY_NAME = ${@bb.data.getVar("PN",d,1).replace("xapian-","").replace("-native","")}
10 SRC_URI = "http://users.softlab.ece.ntua.gr/~ttsiod/${BINARY_NAME}.cc"
13 ${CXX} ${CXXLAGS} ${LDFLAGS} -I${STAGING_INCDIR_NATIVE} -lxapian -o ${BINARY_NAME} ${BINARY_NAME}.cc
18 install -d ${D}${bindir}
19 install -m 0755 ${WORKDIR}/${BINARY_NAME} ${D}${bindir}/