Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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

View File

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

View File

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