summaryrefslogtreecommitdiffstats
path: root/package/libical
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-01-31 10:21:38 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-31 10:32:09 +0100
commitcae6aa9a41d1a3ffe3fa437b05c3000624a4ef65 (patch)
tree85c50e9c15ae21fa11f78eaecf333a4774732d68 /package/libical
parent14e9f44c07fba19b621cb21f3a72f47193ae3a94 (diff)
downloadbuildroot-novena-cae6aa9a41d1a3ffe3fa437b05c3000624a4ef65.tar.gz
buildroot-novena-cae6aa9a41d1a3ffe3fa437b05c3000624a4ef65.zip
New package: libical
[Peter: small Config.in tweaks] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libical')
-rw-r--r--package/libical/Config.in11
-rw-r--r--package/libical/libical.mk12
2 files changed, 23 insertions, 0 deletions
diff --git a/package/libical/Config.in b/package/libical/Config.in
new file mode 100644
index 000000000..5907548be
--- /dev/null
+++ b/package/libical/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBICAL
+ bool "libical"
+ depends on BR2_USE_WCHAR
+ help
+ libical is an Open Source (MPL/LGPL) implementation of the IETF's
+ iCalendar Calendaring and Scheduling protocols.
+
+ http://www.citadel.org/doku.php/documentation:featured_projects:libical
+
+comment "libical requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR
diff --git a/package/libical/libical.mk b/package/libical/libical.mk
new file mode 100644
index 000000000..ee251eb2e
--- /dev/null
+++ b/package/libical/libical.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# libical
+#
+#############################################################
+
+LIBICAL_VERSION = 0.48
+LIBICAL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
+LIBICAL_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))
+