[oe-commits] org.oe.dev add sphinx, a full text indexer

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 30 19:09:50 UTC 2008


add sphinx, a full text indexer

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c60a4268168f4df8d07b333ec16af3ae2aed261f
ViewMTN: http://monotone.openembedded.org/revision/info/c60a4268168f4df8d07b333ec16af3ae2aed261f
Files:
1
packages/sphinx
packages/sphinx-speech
packages/sphinx-search
packages/sphinx-search/sphinx_0.9.8.bb
Diffs:

#
# mt diff -r9a389e1e5a5eaac66e8c921c1d1196c323a5030c -rc60a4268168f4df8d07b333ec16af3ae2aed261f
#
#
#
# rename "packages/sphinx"
#     to "packages/sphinx-speech"
# 
# add_dir "packages/sphinx-search"
# 
# add_file "packages/sphinx-search/sphinx_0.9.8.bb"
#  content [f339286278e7fe628d7ff22d9c5df4725b526cda]
#
============================================================
--- packages/sphinx-search/sphinx_0.9.8.bb	f339286278e7fe628d7ff22d9c5df4725b526cda
+++ packages/sphinx-search/sphinx_0.9.8.bb	f339286278e7fe628d7ff22d9c5df4725b526cda
@@ -0,0 +1,26 @@
+DESCRIPTION = "The Sphinx Fulltext Indexer"
+HOMEPAGE = "http://www.sphinxsearch.com/"
+LICENSE = "GPL"
+PRIORITY = "optional"
+DEPENDS = "expat"
+
+SRC_URI = "\
+  http://www.sphinxsearch.com/downloads/sphinx-${PV}.tar.gz \
+  http://snowball.tartarus.org/dist/libstemmer_c.tgz \
+"
+
+inherit autotools
+
+EXTRA_OECONF = "\
+  --without-mysql \
+  --with-libstemmer \
+"
+
+# miscompiles w/ O2
+FULL_OPTIMIZATION_arm = "-O1"
+
+inherit autotools
+
+do_configure_prepend() {
+	mv ${WORKDIR}/libstemmer_c/* libstemmer_c/
+}






More information about the Openembedded-commits mailing list