summaryrefslogtreecommitdiff
path: root/packages/python/python-spydi_0.9.7.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-08-16 21:45:57 +0000
committerPhilip Balister <philip@balister.org>2007-08-16 21:45:57 +0000
commit1aeb81320d30622f09609f5569d302d527b3cef7 (patch)
treee0d8751fbaf10f4d08bf5058ca79f5484c43a172 /packages/python/python-spydi_0.9.7.bb
parent8aef461d33cd252c0d2d3f89a8a6aea3d807f9bf (diff)
parentfe2ab64f4ad985b59b6bbc33d990bb96ed64b607 (diff)
merge of 'e1d538a40dd18336f9f3f275226a93557d9741cf'
and 'e6ff7fada36b2dd0f2a75f05cada2bc073f0bd4b'
Diffstat (limited to 'packages/python/python-spydi_0.9.7.bb')
-rw-r--r--packages/python/python-spydi_0.9.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-spydi_0.9.7.bb b/packages/python/python-spydi_0.9.7.bb
new file mode 100644
index 0000000000..17283a981e
--- /dev/null
+++ b/packages/python/python-spydi_0.9.7.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simplified Python Distributed Indexing is a powerful engine \
+to create distributed full text indexing systems and distributed search engines. \
+It supports harvesting, crawling (pull methods), and push methods (via a Web \
+interface or SPyRO Web services)."
+HOMEPAGE = "http://www.spyron.org/spydi.html"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+PR = "ml0"
+
+SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/download/SPyDI-${PV}.tar.gz"
+S = "${WORKDIR}/SPyDI-${PV}"
+
+inherit distutils