[Buildroot] [PATCH] New package: libical

Arnout Vandecappelle arnout at mind.be
Mon Jan 30 22:43:25 UTC 2012


On Friday 27 January 2012 15:59:05 yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists at googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

[snip]
> 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)
 I think the brackets are redundant here.

> diff --git a/package/libical/libical.mk b/package/libical/libical.mk
> new file mode 100644
> index 0000000..63311eb
> --- /dev/null
> +++ b/package/libical/libical.mk
> @@ -0,0 +1,12 @@
> +#############################################################
> +#
> +# libical
> +#
> +#############################################################
> +
> +LIBICAL_VERSION = 0.48
> +LIBICAL_SITE = http://heanet.dl.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
 Please use $(BR2_SOURCEFORGE_MIRROR)

> +LIBICAL_INSTALL_STAGING = YES
> +
> +$(eval $(call AUTOTARGETS))
> +
> 

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F



More information about the buildroot mailing list