[oe-commits] : add python-sphinxsearch, a module for querying the sphinx search daemon

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Jul 30 18:43:06 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 9fe81653641a7fc2fad713186b5277eff5d54ef4
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=9fe81653641a7fc2fad713186b5277eff5d54ef4

Author:  <mickeyl at openembedded.org>
Date:   Wed Jul 30 18:27:41 2008 +0000

add python-sphinxsearch, a module for querying the sphinx search daemon

---

 packages/python/python-sphinxsearch_0.1.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-sphinxsearch_0.1.bb b/packages/python/python-sphinxsearch_0.1.bb
new file mode 100644
index 0000000..6c1afdc
--- /dev/null
+++ b/packages/python/python-sphinxsearch_0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A module for querying the sphinx search daemon"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.sphinxsearch.com/"
+SRCNAME = "sphinxsearch"
+PR = "ml0"
+
+SRC_URI = "http://pypi.python.org/packages/source/s/sphinxsearch/${SRCNAME}-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils





More information about the Openembedded-commits mailing list