diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:33:15 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:57 +0100 |
commit | 22d894cdeb5135311a628fc8bcb68c190d87aaff (patch) | |
tree | 276a9a8e22b9b0cb5c9a6ff96655636425fd04ff | |
parent | 1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb (diff) |
libical: add version 0.44 from SHR
-rw-r--r-- | 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 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 +} |