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

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 30 18:37:44 UTC 2008


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

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 127c863df03cf9b95750ca75f18bd0056a64e88d
ViewMTN: http://monotone.openembedded.org/revision/info/127c863df03cf9b95750ca75f18bd0056a64e88d
Files:
1
packages/python/python-sphinxsearch_0.1.bb
Diffs:

#
# mt diff -r368c3f8ff3b1b9dcaff963660d353cc8e2739101 -r127c863df03cf9b95750ca75f18bd0056a64e88d
#
#
#
# add_file "packages/python/python-sphinxsearch_0.1.bb"
#  content [105f661ee4110699cbc0d8d3535b6487222e4efd]
#
============================================================
--- packages/python/python-sphinxsearch_0.1.bb	105f661ee4110699cbc0d8d3535b6487222e4efd
+++ packages/python/python-sphinxsearch_0.1.bb	105f661ee4110699cbc0d8d3535b6487222e4efd
@@ -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