aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libical/libical_0.27.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libical/libical_0.27.bb')
-rw-r--r--recipes/libical/libical_0.27.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libical/libical_0.27.bb b/recipes/libical/libical_0.27.bb
new file mode 100644
index 0000000000..b41b2e688a
--- /dev/null
+++ b/recipes/libical/libical_0.27.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 = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
+ file://pthread-link.patch;patch=1"
+
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}