aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-xappy_0.5.bb
blob: ae9cda69fb57e4a3a1ac91750155a28d6d01912d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine"
SECTION = "python/devel"
LICENSE = "GPLv2"
DEPENDS = "xapian-core"
PR = "ml0"

SRC_URI = "http://xappy.googlecode.com/files/xappy-${PV}.tar.gz"
S = "${WORKDIR}/xappy-${PV}"

inherit distutils

do_stage() {
	distutils_stage_all
}