diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 12:01:19 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 12:01:19 +0000 |
commit | 7539e0a1c1640cf99e3384d99258f09b7642533e (patch) | |
tree | b10af2f7d7f0e2e46140bd0b36dfe6ed384e2b4b | |
parent | d270525e080bca76a462ddb23e0cbb990ef32bfa (diff) |
libical: New recipe: iCal (RFC 2445) C library
-rw-r--r-- | packages/libical/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libical/libical_0.27.bb | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/libical/.mtn2git_empty b/packages/libical/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libical/.mtn2git_empty diff --git a/packages/libical/libical_0.27.bb b/packages/libical/libical_0.27.bb new file mode 100644 index 0000000000..ded0d40732 --- /dev/null +++ b/packages/libical/libical_0.27.bb @@ -0,0 +1,13 @@ +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 +} |