aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian/xapian-core_1.0.13.bb
blob: 5987b094915d32bf70114c33c430156902b18153 (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 pkgconfig

do_stage () {
     autotools_stage_all
}