aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-07-01 11:00:25 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-07-01 11:00:25 +0200
commit14fb948e604f4c2a7243fb235355d9ece8e04238 (patch)
tree2df50c83a0f529f94f687fe9ef7435f7a16ffc11 /recipes/xapian
parentff806d26a17abb2ef743325bcd2b8a2319e648de (diff)
downloadopenembedded-14fb948e604f4c2a7243fb235355d9ece8e04238.tar.gz
xapian-core, xapian-core-native: updated recipes for version 1.0.13
Diffstat (limited to 'recipes/xapian')
-rw-r--r--recipes/xapian/xapian-core-native_1.0.13.bb6
-rw-r--r--recipes/xapian/xapian-core_1.0.13.bb16
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/xapian/xapian-core-native_1.0.13.bb b/recipes/xapian/xapian-core-native_1.0.13.bb
new file mode 100644
index 0000000000..584ec6d203
--- /dev/null
+++ b/recipes/xapian/xapian-core-native_1.0.13.bb
@@ -0,0 +1,6 @@
+require xapian-core_${PV}.bb
+
+inherit native
+
+S = "${WORKDIR}/xapian-core-${PV}"
+
diff --git a/recipes/xapian/xapian-core_1.0.13.bb b/recipes/xapian/xapian-core_1.0.13.bb
new file mode 100644
index 0000000000..5987b09491
--- /dev/null
+++ b/recipes/xapian/xapian-core_1.0.13.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
+}
+