Files
operating-system/buildroot/package/perl-gdgraph/perl-gdgraph.mk
Pascal Vizeli 63967cf6c0 Buildroot 2019.02.8 (#533)
* Update Buildroot 2019.02.8

* Update patches
2020-01-11 11:24:41 +01:00

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))