All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] libzip: new package
Date: Wed, 28 Jan 2015 23:31:34 +0100	[thread overview]
Message-ID: <54C96346.70005@mind.be> (raw)
In-Reply-To: <1422374533-11694-2-git-send-email-bgolaszewski@baylibre.com>

On 27/01/15 17:02, Bartosz Golaszewski wrote:
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 One small remark below

> ---
>  package/Config.in        |  1 +
>  package/libzip/Config.in |  7 +++++++
>  package/libzip/libzip.mk | 15 +++++++++++++++
>  3 files changed, 23 insertions(+)
>  create mode 100644 package/libzip/Config.in
>  create mode 100644 package/libzip/libzip.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 51d4c15..2d0adac 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -603,6 +603,7 @@ endmenu
>  
>  menu "Compression and decompression"
>  	source "package/libarchive/Config.in"
> +	source "package/libzip/Config.in"
>  	source "package/lzo/Config.in"
>  	source "package/snappy/Config.in"
>  	source "package/szip/Config.in"
> diff --git a/package/libzip/Config.in b/package/libzip/Config.in
> new file mode 100644
> index 0000000..c07b956
> --- /dev/null
> +++ b/package/libzip/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_LIBZIP
> +	bool "libzip"
> +	select BR2_PACKAGE_ZLIB
> +	help
> +	  C library for reading, creating, and modifying zip archives.

 Perhaps mention that also zipcmp zipmerge ziptorrent are installed.


 Regards,
 Arnout

> +
> +	  http://www.nih.at/libzip/
> diff --git a/package/libzip/libzip.mk b/package/libzip/libzip.mk
> new file mode 100644
> index 0000000..3a9cdb1
> --- /dev/null
> +++ b/package/libzip/libzip.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# libzip
> +#
> +################################################################################
> +
> +LIBZIP_VERSION = 0.11.2
> +LIBZIP_SITE = http://www.nih.at/libzip/
> +LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz
> +LIBZIP_LICENSE = special libzip license
> +LIBZIP_LICENSE_FILES = LICENSE
> +LIBZIP_INSTALL_STAGING = YES
> +LIBZIP_DEPENDENCIES = zlib
> +
> +$(eval $(autotools-package))
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
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

  reply	other threads:[~2015-01-28 22:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 16:02 [Buildroot] [PATCH 0/2] new packages: libzip and sigrok Bartosz Golaszewski
2015-01-27 16:02 ` [Buildroot] [PATCH 1/2] libzip: new package Bartosz Golaszewski
2015-01-28 22:31   ` Arnout Vandecappelle [this message]
2015-01-27 16:02 ` [Buildroot] [PATCH 2/2] sigrok: " Bartosz Golaszewski
2015-01-28 23:32   ` Arnout Vandecappelle
2015-01-29 11:38     ` Bartosz Golaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54C96346.70005@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.