python-xappy: add 0.5
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 13:54:51 +0000 (13:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 13:54:51 +0000 (13:54 +0000)
packages/python/python-xappy_0.5.bb [new file with mode: 0644]

diff --git a/packages/python/python-xappy_0.5.bb b/packages/python/python-xappy_0.5.bb
new file mode 100644 (file)
index 0000000..d257905
--- /dev/null
@@ -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
+}
+