xapian: initial commit for xapian-core. partly fixes 3712 on our way to an offline...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 Jan 2008 07:52:22 +0000 (07:52 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 Jan 2008 07:52:22 +0000 (07:52 +0000)
packages/xapian/.mtn2git_empty [new file with mode: 0644]
packages/xapian/xapian-core_1.0.5.bb [new file with mode: 0644]

diff --git a/packages/xapian/.mtn2git_empty b/packages/xapian/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/xapian/xapian-core_1.0.5.bb b/packages/xapian/xapian-core_1.0.5.bb
new file mode 100644 (file)
index 0000000..2af7093
--- /dev/null
@@ -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
+}
+