[oe-commits] org.oe.dev xapian: initial commit for xapian-core. partly fixes 3712 on our way to an offline wikipedia.

Laibsch commit openembedded-commits at lists.openembedded.org
Fri Feb 1 10:08:12 UTC 2008


xapian: initial commit for xapian-core.  partly fixes 3712 on our way to an offline wikipedia.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 09993b7afbab3ab2e5904a5496a4e3e1e57ef69a
ViewMTN: http://monotone.openembedded.org/revision/info/09993b7afbab3ab2e5904a5496a4e3e1e57ef69a
Files:
1
packages/xapian
packages/xapian/xapian-core_1.0.5.bb
Diffs:

#
# mt diff -rf331ce74d9b92aea3ab7657a60e0517a6709680b -r09993b7afbab3ab2e5904a5496a4e3e1e57ef69a
#
# 
# 
# add_dir "packages/xapian"
# 
# add_file "packages/xapian/xapian-core_1.0.5.bb"
#  content [7ff8d70f1935eecaeaa6a173ce79bf8da67c7d31]
# 
============================================================
--- packages/xapian/xapian-core_1.0.5.bb	7ff8d70f1935eecaeaa6a173ce79bf8da67c7d31
+++ packages/xapian/xapian-core_1.0.5.bb	7ff8d70f1935eecaeaa6a173ce79bf8da67c7d31
@@ -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
+}
+






More information about the Openembedded-commits mailing list