From: Michael Lauer Date: Wed, 30 Jul 2008 18:27:41 +0000 (+0000) Subject: add python-sphinxsearch, a module for querying the sphinx search daemon X-Git-Tag: Release-2010-05/1~6423^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dca37eae820f5177d5f645d9d343e0761bf9b8;p=openembedded.git add python-sphinxsearch, a module for querying the sphinx search daemon --- diff --git a/packages/python/python-sphinxsearch_0.1.bb b/packages/python/python-sphinxsearch_0.1.bb new file mode 100644 index 0000000000..6c1afdcbe6 --- /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