aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian/xapian-core_1.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xapian/xapian-core_1.0.5.bb')
-rw-r--r--recipes/xapian/xapian-core_1.0.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xapian/xapian-core_1.0.5.bb b/recipes/xapian/xapian-core_1.0.5.bb
new file mode 100644
index 0000000000..2af709324f
--- /dev/null
+++ b/recipes/xapian/xapian-core_1.0.5.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/1.0.5/xapian-core-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}
+