initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / sphinx-search / sphinx_0.9.8.bb
blobef039cf6848ac0027cb58cdce517ec38a8aac6e6
1 DESCRIPTION = "The Sphinx Fulltext Indexer"
2 HOMEPAGE = "http://www.sphinxsearch.com/"
3 LICENSE = "GPL"
4 PRIORITY = "optional"
5 DEPENDS = "expat"
7 SRC_URI = "\
8 http://www.sphinxsearch.com/downloads/sphinx-${PV}.tar.gz;name=archive \
9 http://snowball.tartarus.org/dist/libstemmer_c.tgz;name=stemmer \
12 inherit autotools
14 EXTRA_OECONF = "\
15 --without-mysql \
16 --with-libstemmer \
19 # miscompiles w/ O2
20 FULL_OPTIMIZATION_arm = "-O1"
22 inherit autotools
24 do_configure_prepend() {
25 mv ${WORKDIR}/libstemmer_c/* libstemmer_c/
28 SRC_URI[archive.md5sum] = "347e547b79b733778d7553ede34e0aac"
29 SRC_URI[archive.sha256sum] = "86de861550fc7b119b3cbe63a34bad32ac771f44c930d229775ac124c83571d9"
30 SRC_URI[stemmer.md5sum] = "8358a9ddaaffeeca7cb00725770f7cdb"
31 SRC_URI[stemmer.sha256sum] = "f3e93a41ad76e91f08e3115fa5065df8b69fd3f2dbdd9e982ae890b892ac6477"
32 # CHECKSUMS.INI MISMATCH: I've got this instead:
33 #SRC_URI[stemmer.md5sum] = "55af11ab6f73fcfd33e8949bb3eafcef"
34 #SRC_URI[stemmer.sha256sum] = "b642b8921915128bd95c99d302d33701cba8b5afbda81b762c118cbadfb7670f"