[oe-commits] Elena Grandi : xapian-core, xapian-core-native: updated recipes for version 1.0.13

git version control git at git.openembedded.org
Wed Jul 1 09:01:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14fb948e604f4c2a7243fb235355d9ece8e04238
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14fb948e604f4c2a7243fb235355d9ece8e04238

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Wed Jul  1 11:00:25 2009 +0200

xapian-core, xapian-core-native: updated recipes for version 1.0.13

---

 conf/checksums.ini                          |    4 ++++
 recipes/xapian/xapian-core-native_1.0.13.bb |    6 ++++++
 recipes/xapian/xapian-core_1.0.13.bb        |   16 ++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 33aad14..f85cd02 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -24878,6 +24878,10 @@ sha256=18b38aff8e019f35bfee810831535685e69dcf91283e50bc62efa82e3a8dbc21
 md5=fc805051f0fe505c7a4b1b5c8db9b9e3
 sha256=fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043
 
+[http://www.oligarchy.co.uk/xapian/1.0.13/xapian-core-1.0.13.tar.gz]
+md5=5442e7ffc75abd853d1ab1d12667a3e9
+sha256=a474be06657bd83200231d938d48d4d2a83cff0252c618421f835604c5548dce
+
 [http://www.oligarchy.co.uk/xapian/1.0.5/xapian-core-1.0.5.tar.gz]
 md5=5fbfec7f23b0f539d32b50de4a278b95
 sha256=277e30cbd4a4d9355e9b2c02489d34cbaed87754bbdeb8956e5463e9fb592658
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 0000000..584ec6d
--- /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 0000000..5987b09
--- /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
+}
+





More information about the Openembedded-commits mailing list