d0cf9d76ea
Dustismo.LICENSE contains the license for the Dustismo_Sans.ttf font file. The rest is licensed under the same terms as Perl as specified in README so add README to license files and add GPL-2.0+ to license Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
515 B
Makefile
15 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# perl-gdgraph
|
|
#
|
|
################################################################################
|
|
|
|
PERL_GDGRAPH_VERSION = 1.54
|
|
PERL_GDGRAPH_SOURCE = GDGraph-$(PERL_GDGRAPH_VERSION).tar.gz
|
|
PERL_GDGRAPH_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RUZ
|
|
PERL_GDGRAPH_LICENSE = Artistic or GPL-1.0+ (perl module), GPL-2.0+ (font)
|
|
PERL_GDGRAPH_LICENSE_FILES = Dustismo.LICENSE README
|
|
PERL_GDGRAPH_DISTNAME = GDGraph
|
|
|
|
$(eval $(perl-package))
|