xapian-core: updated to version 1.0.14
authorElena Grandi <elena.valhalla@gmail.com>
Mon, 24 Aug 2009 07:52:10 +0000 (09:52 +0200)
committerElena Grandi <elena.valhalla@gmail.com>
Mon, 24 Aug 2009 07:52:10 +0000 (09:52 +0200)
conf/checksums.ini
recipes/xapian/xapian-core_1.0.14.bb [new file with mode: 0644]

index 85de9c2..2a7d55c 100644 (file)
@@ -25378,6 +25378,10 @@ sha256=fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043
 md5=5442e7ffc75abd853d1ab1d12667a3e9
 sha256=a474be06657bd83200231d938d48d4d2a83cff0252c618421f835604c5548dce
 
+[http://www.oligarchy.co.uk/xapian/1.0.14/xapian-core-1.0.14.tar.gz]
+md5=f318fe11143af82aa6679acc51723a1a
+sha256=9db5a04e184bc06be17d007a58adbf2592e7a380dfd80ddc6aa9001084b9a134
+
 [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_1.0.14.bb b/recipes/xapian/xapian-core_1.0.14.bb
new file mode 100644 (file)
index 0000000..5987b09
--- /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 pkgconfig
+
+do_stage () {
+     autotools_stage_all
+}
+