diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 09:52:10 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-08-24 09:52:10 +0200 |
commit | 5e3196b053fef5099f0def4c6bdc858e8930ac3b (patch) | |
tree | e9141e238801c154c9e91a17d2c508b589e060d8 /recipes | |
parent | 8043677ecf08eca924fdd18822712ccad229a438 (diff) |
xapian-core: updated to version 1.0.14
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xapian/xapian-core_1.0.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 +} + |