blob: d257905896145f5765dce41c3360029aff2274a1 (
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"
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
}
|