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