blob: bc878e4c5466dee782204bd3b3e4aa6a9aee9af5 (
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"
FILE_PR = "r0"
SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz"
inherit autotools
do_stage () {
autotools_stage_all
}
|