aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-sphinxsearch_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-sphinxsearch_0.1.bb')
-rw-r--r--recipes/python/python-sphinxsearch_0.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-sphinxsearch_0.1.bb b/recipes/python/python-sphinxsearch_0.1.bb
new file mode 100644
index 0000000000..dff93bc106
--- /dev/null
+++ b/recipes/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 = "ml1"
+
+SRC_URI = "http://pypi.python.org/packages/source/s/sphinxsearch/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils