buildroot/package/perl-gdtextutil/perl-gdtextutil.mk
Fabrice Fontaine 3ec2bee235 package/perl-gdtextutil: add license
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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-11-29 14:11:32 +01:00

15 lines
547 B
Makefile

################################################################################
#
# perl-gdtextutil
#
################################################################################
PERL_GDTEXTUTIL_VERSION = 0.86
PERL_GDTEXTUTIL_SOURCE = GDTextUtil-$(PERL_GDTEXTUTIL_VERSION).tar.gz
PERL_GDTEXTUTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MV/MVERB
PERL_GDTEXTUTIL_LICENSE = Artistic or GPL-1.0+ (perl module), GPL-2.0+ (font)
PERL_GDTEXTUTIL_LICENSE_FILES = Dustismo.LICENSE README
PERL_GDTEXTUTIL_DISTNAME = GDTextUtil
$(eval $(perl-package))