* [Buildroot] [PATCH v2] New package: libical
@ 2012-01-31 9:21 yegorslists at googlemail.com
2012-01-31 9:33 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-31 9:21 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
v2: use $(BR2_SOURCEFORGE_MIRROR) (Arnout Vandecappelle)
package/Config.in | 1 +
package/libical/Config.in | 11 +++++++++++
package/libical/libical.mk | 12 ++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 package/libical/Config.in
create mode 100644 package/libical/libical.mk
diff --git a/package/Config.in b/package/Config.in
index c74c08b..4ceb7b1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -372,6 +372,7 @@ source "package/libevent/Config.in"
source "package/libev/Config.in"
source "package/libffi/Config.in"
source "package/libglib2/Config.in"
+source "package/libical/Config.in"
source "package/libnspr/Config.in"
source "package/libsigc/Config.in"
source "package/orc/Config.in"
diff --git a/package/libical/Config.in b/package/libical/Config.in
new file mode 100644
index 0000000..12abdb2
--- /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 0000000..ee251eb
--- /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))
+
--
1.7.1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] New package: libical
2012-01-31 9:21 [Buildroot] [PATCH v2] New package: libical yegorslists at googlemail.com
@ 2012-01-31 9:33 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-01-31 9:33 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
yegorslists> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Committed, thanks both.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-31 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 9:21 [Buildroot] [PATCH v2] New package: libical yegorslists at googlemail.com
2012-01-31 9:33 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox