aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xapian
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-01 13:19:18 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-01 13:19:18 +0000
commitf0321ace2384b34a33069eddbd24d755d25a3ca1 (patch)
tree0cbdcfa0d35b790e144a120a1eaa6c2c06b61f37 /packages/xapian
parente81a4b690ee4a08789ad0e9e791e940351a812be (diff)
downloadopenembedded-f0321ace2384b34a33069eddbd24d755d25a3ca1.tar.gz
xapian-core: update to 1.0.7
Diffstat (limited to 'packages/xapian')
-rw-r--r--packages/xapian/xapian-core_1.0.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xapian/xapian-core_1.0.7.bb b/packages/xapian/xapian-core_1.0.7.bb
new file mode 100644
index 0000000000..289cae4ead
--- /dev/null
+++ b/packages/xapian/xapian-core_1.0.7.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
+
+do_stage () {
+ autotools_stage_all
+}
+