[Buildroot] [PATCH] dejavu-fonts: add new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Oct 8 11:31:05 UTC 2011


Hello Klaus,

Thanks for this package!

Le Sat,  8 Oct 2011 12:23:26 +0200,
Klaus Schwarzkopf <schwarzkopf at sensortherm.de> a écrit :

> +config BR2_PACKAGE_DEJAVU_FONTS
> +	bool "dejavu fonts"
> +	help
> +		The DejaVu fonts are a font family 
> +		based on the Vera Fonts.
> +
> +	  	http://dejavu-fonts.org/wiki/Main_Page

Indentation for the help text is one tab + two spaces.

> +DEJAVU_FONTS_VERSION:=2.33
> +DEJAVU_FONTS_SOURCE:=dejavu-fonts-ttf-$(DEJAVU_FONTS_VERSION).tar.bz2
> +DEJAVU_FONTS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/dejavu/dejavu/$(DEJAVU_FONTS_VERSION)/

Please use '=' instead of ':='

> +$(eval $(call GENTARGETS,package,dejavu-fonts))

This should be:

$(eval $(call GENTARGETS))

in the latest Git version of Buildroot.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list