c38a9fb093
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
501 B
Makefile
15 lines
501 B
Makefile
################################################################################
|
|
#
|
|
# perl-gdgraph
|
|
#
|
|
################################################################################
|
|
|
|
PERL_GDGRAPH_VERSION = 1.48
|
|
PERL_GDGRAPH_SOURCE = GDGraph-$(PERL_GDGRAPH_VERSION).tar.gz
|
|
PERL_GDGRAPH_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RUZ/
|
|
PERL_GDGRAPH_DEPENDENCIES = perl perl-gd perl-gdtextutil
|
|
PERL_GDGRAPH_LICENSE = Artistic or GPLv1+
|
|
PERL_GDGRAPH_LICENSE_FILES = Dustismo.LICENSE
|
|
|
|
$(eval $(perl-package))
|