aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libical
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:33:15 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:57 +0100
commit22d894cdeb5135311a628fc8bcb68c190d87aaff (patch)
tree276a9a8e22b9b0cb5c9a6ff96655636425fd04ff /recipes/libical
parent1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb (diff)
downloadopenembedded-22d894cdeb5135311a628fc8bcb68c190d87aaff.tar.gz
libical: add version 0.44 from SHR
Diffstat (limited to 'recipes/libical')
-rw-r--r--recipes/libical/libical_0.44.bb15
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 0000000000..e1889bc71b
--- /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
+}