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,6 @@
config BR2_PACKAGE_PERL_GDTEXTUTIL
bool "perl-gdtextutil"
help
Text utilities for use with GD
https://metacpan.org/release/GDTextUtil

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 941ad06eadc86b47f3a32da405665c41 GDTextUtil-0.86.tar.gz
sha256 886ecbf85cfe94f4135ee5689c4847a9ae783ecb99e6759e12c734f2dd6116bc GDTextUtil-0.86.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# 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_FILES = Dustismo.LICENSE
$(eval $(perl-package))