From 5e3196b053fef5099f0def4c6bdc858e8930ac3b Mon Sep 17 00:00:00 2001 From: Elena Grandi Date: Mon, 24 Aug 2009 09:52:10 +0200 Subject: xapian-core: updated to version 1.0.14 --- recipes/xapian/xapian-core_1.0.14.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/xapian/xapian-core_1.0.14.bb (limited to 'recipes/xapian') diff --git a/recipes/xapian/xapian-core_1.0.14.bb b/recipes/xapian/xapian-core_1.0.14.bb new file mode 100644 index 0000000000..5987b09491 --- /dev/null +++ b/recipes/xapian/xapian-core_1.0.14.bb @@ -0,0 +1,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 +} + -- cgit 1.2.3-korg