[Buildroot] [PATCH 1/1] New package: libqrencode

Baruch Siach baruch at tkos.co.il
Fri Jun 14 08:24:37 UTC 2013


Hi Phil,

Thanks for contributing. A couple of comments below.

On Fri, Jun 14, 2013 at 10:06:37AM +0200, Phil Eichinger wrote:
> 
> Signed-off-by: Phil Eichinger <phil at zankapfel.net>
> ---

[...]

> diff --git a/package/libqrencode/libqrencode.mk 
> b/package/libqrencode/libqrencode.mk
> new file mode 100644
> index 0000000..121fd86
> --- /dev/null
> +++ b/package/libqrencode/libqrencode.mk
> @@ -0,0 +1,20 @@
> +#############################################################
> +#
> +# libqrencode
> +#
> +#############################################################
> +
> +LIBQRENCODE_VERSION = 3.4.2
> +LIBQRENCODE_SOURCE = qrencode-$(LIBQRENCODE_VERSION).tar.gz

This the default, you can remove this line.

> +LIBQRENCODE_SITE = http://fukuchi.org/works/qrencode
> +LIBQRENCODE_DEPENDENCIES = libpng
> +LIBQRENCODE_LICENSE = GPLv2+

The web page and README/COPYING file say the license is LGPLv2.1+. 

> +LIBQRENCODE_LICENSE_FILES = COPYING
> +
> +ifeq ($(BR2_PACKAGE_LIBQRENCODE_TOOLS),y)
> +        LIBQRENCODE_CONF_OPT += --with-tools=yes
> +else
> +        LIBQRENCODE_CONF_OPT += --with-tools=no
> +endif
> +
> +$(eval $(autotools-package))

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list