summaryrefslogtreecommitdiff
path: root/packages/xapian
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 07:52:22 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 07:52:22 +0000
commitd548412ae5175c709cd8cf72c756e0aab998df44 (patch)
treedcaffe062a11d42226ad7f22e0ee82511741ba8e /packages/xapian
parent6da2c98d37f6ca3c5d7699c146eb93bf19b110c8 (diff)
xapian: initial commit for xapian-core. partly fixes 3712 on our way to an offline wikipedia.
Diffstat (limited to 'packages/xapian')
-rw-r--r--packages/xapian/.mtn2git_empty0
-rw-r--r--packages/xapian/xapian-core_1.0.5.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/xapian/.mtn2git_empty b/packages/xapian/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/xapian/.mtn2git_empty
diff --git a/packages/xapian/xapian-core_1.0.5.bb b/packages/xapian/xapian-core_1.0.5.bb
new file mode 100644
index 0000000000..2af709324f
--- /dev/null
+++ b/packages/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
+}
+