aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian/xapian-core_1.0.7.bb
blob: 289cae4eade847b06f1b650294f32db748f66afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRPITION = "Open Source Search Engine Library"
HOMEPAGE = "http://xapian.org"
SECTION = "devel/libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "zlib"
PR = "r0"

SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"

inherit autotools

do_stage () {
     autotools_stage_all
}