xapian-core: update to 1.0.7
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 13:19:18 +0000 (13:19 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Sep 2008 13:19:18 +0000 (13:19 +0000)
packages/xapian/xapian-core_1.0.7.bb [new file with mode: 0644]

diff --git a/packages/xapian/xapian-core_1.0.7.bb b/packages/xapian/xapian-core_1.0.7.bb
new file mode 100644 (file)
index 0000000..289cae4
--- /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/${PV}/xapian-core-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+     autotools_stage_all
+}
+