initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_GDTEXTUTIL
|
||||
bool "perl-gdtextutil"
|
||||
help
|
||||
Text utilities for use with GD.
|
||||
|
||||
https://metacpan.org/release/GDTextUtil
|
||||
@@ -0,0 +1,7 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 941ad06eadc86b47f3a32da405665c41 GDTextUtil-0.86.tar.gz
|
||||
sha256 886ecbf85cfe94f4135ee5689c4847a9ae783ecb99e6759e12c734f2dd6116bc GDTextUtil-0.86.tar.gz
|
||||
|
||||
# Hash for license files
|
||||
sha256 710484e3a1196664bbe8a5ad5d53c528e01226eb20e2885a4e1131eb6c6565cd Dustismo.LICENSE
|
||||
sha256 93ca7dd7f372c79e8ec1f849f2a418a67d195e4027c1b3e3dd8444fb30f3e97c README
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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 = Artistic or GPL-1.0+ (perl module), GPL-2.0+ (font)
|
||||
PERL_GDTEXTUTIL_LICENSE_FILES = Dustismo.LICENSE README
|
||||
PERL_GDTEXTUTIL_DISTNAME = GDTextUtil
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user