libical: New recipe: iCal (RFC 2445) C library
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 27 Nov 2007 12:01:19 +0000 (12:01 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 27 Nov 2007 12:01:19 +0000 (12:01 +0000)
packages/libical/.mtn2git_empty [new file with mode: 0644]
packages/libical/libical_0.27.bb [new file with mode: 0644]

diff --git a/packages/libical/.mtn2git_empty b/packages/libical/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libical/libical_0.27.bb b/packages/libical/libical_0.27.bb
new file mode 100644 (file)
index 0000000..ded0d40
--- /dev/null
@@ -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
+}