Move all to deprecated folder.
This commit is contained in:
12
deprecated/firmware/buildroot/package/perl-gdgraph/Config.in
Normal file
12
deprecated/firmware/buildroot/package/perl-gdgraph/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PERL_GDGRAPH
|
||||
bool "perl-gdgraph"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_GD
|
||||
select BR2_PACKAGE_PERL_GDTEXTUTIL
|
||||
help
|
||||
Produces charts with GD
|
||||
|
||||
https://metacpan.org/release/GDGraph
|
||||
|
||||
comment "perl-gdgraph needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 8bb270a30fea27491302b39b701b3d4e GDGraph-1.49.tar.gz
|
||||
sha256 d26538c827e35c1d4b27f3c045b60f1ab6b45401c54a87e86103cd7c2374cff5 GDGraph-1.49.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-gdgraph
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_GDGRAPH_VERSION = 1.49
|
||||
PERL_GDGRAPH_SOURCE = GDGraph-$(PERL_GDGRAPH_VERSION).tar.gz
|
||||
PERL_GDGRAPH_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RUZ
|
||||
PERL_GDGRAPH_DEPENDENCIES = perl-gd perl-gdtextutil
|
||||
PERL_GDGRAPH_LICENSE = Artistic or GPLv1+
|
||||
PERL_GDGRAPH_LICENSE_FILES = Dustismo.LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user