increase dvbapp PR
[vuplus_openembedded] / recipes / xapian / xapian-core.inc
1 DESCRPITION = "Open Source Search Engine Library"
2 HOMEPAGE = "http://xapian.org"
3 SECTION = "devel/libs"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "zlib"
7
8 SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"
9
10 inherit autotools pkgconfig
11
12 do_stage () {
13      autotools_stage_all
14 }
15