[Buildroot] [PATCH] New package: libical

Yegor Yefremov yegorslists at googlemail.com
Tue Jan 31 09:23:49 UTC 2012


On Mon, Jan 30, 2012 at 11:43 PM, Arnout Vandecappelle <arnout at mind.be> wrote:
> 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>

Thanks for review.

> [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.

This is how Peter made this for blue-utils, so I just copied this.

>> 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)

Will do.

Yegor



More information about the buildroot mailing list