aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-08-24 09:52:10 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-08-24 09:52:10 +0200
commit5e3196b053fef5099f0def4c6bdc858e8930ac3b (patch)
treee9141e238801c154c9e91a17d2c508b589e060d8 /recipes/xapian
parent8043677ecf08eca924fdd18822712ccad229a438 (diff)
downloadopenembedded-5e3196b053fef5099f0def4c6bdc858e8930ac3b.tar.gz
xapian-core: updated to version 1.0.14
Diffstat (limited to 'recipes/xapian')
-rw-r--r--recipes/xapian/xapian-core_1.0.14.bb16
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
+}
+