diff options
Diffstat (limited to 'recipes/xapian/xapian-core.inc')
-rw-r--r-- | recipes/xapian/xapian-core.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xapian/xapian-core.inc b/recipes/xapian/xapian-core.inc new file mode 100644 index 0000000000..080de127ad --- /dev/null +++ b/recipes/xapian/xapian-core.inc @@ -0,0 +1,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 +} + |