aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-xappy_0.5.bb
blob: 5c5f1ae6d178e9a1c7fb00d18abcd0273a774afa (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 = "devel/python"
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
}