summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-01 14:00:39 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-01 14:00:39 +0000
commiteef34c2e56094d0485949e80b7909a0e76038af9 (patch)
tree5cd20a3a7a66d878d920d9980ae06303570a46e2 /packages/python
parent2261f191b0333d5a31dbd0fae70047616bfbe94d (diff)
parent0cca56e0c65a4d32e49ca726181f28759cac9a96 (diff)
merge of '2d574b396363dc4b0725e8562582f359dc3f9e9e'
and 'dfb479cddb09f499a866399e04bdf6015048f98a'
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-xappy_0.5.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb
new file mode 100644
index 0000000000..d257905896
--- /dev/null
+++ b/packages/python/python-xappy_0.5.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine"
+LICENSE = "GPLv2"
+
+DEPENDS += "xapian-core"
+
+SRC_URI = "http://xappy.googlecode.com/files/xappy-${PV}.tar.gz"
+
+inherit distutils
+
+S = "${WORKDIR}/xappy-${PV}"
+
+do_stage() {
+ distutils_stage_all
+}
+