[oe-commits] Martin Jansa : libical: add version 0.44 from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:06:06 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 22d894cdeb5135311a628fc8bcb68c190d87aaff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22d894cdeb5135311a628fc8bcb68c190d87aaff

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:33:15 2009 +0100

libical: add version 0.44 from SHR

---

 recipes/libical/libical_0.44.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/libical/libical_0.44.bb b/recipes/libical/libical_0.44.bb
new file mode 100644
index 0000000..e1889bc
--- /dev/null
+++ b/recipes/libical/libical_0.44.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
+HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
+SECTION = "libs"
+LICENSE = "LGPL / MPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
+	  "
+
+
+inherit autotools
+
+do_stage () {
+    autotools_stage_all
+}





More information about the Openembedded-commits mailing list