initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PERL_DATA_OPTLIST
|
||||
bool "perl-data-optlist"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime
|
||||
select BR2_PACKAGE_PERL_SUB_INSTALL # runtime
|
||||
help
|
||||
parse and validate simple name/value option pairs.
|
||||
|
||||
https://github.com/rjbs/Data-OptList
|
||||
|
||||
comment "perl-data-optlist needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 3b2cdb7846391f9acaf4e948a9a6b21b Data-OptList-0.112.tar.gz
|
||||
sha256 62c60ccaae88d5339ae36bcc8940b03388cf84adbf27828b1f8b300307103bab Data-OptList-0.112.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-data-optlist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATA_OPTLIST_VERSION = 0.112
|
||||
PERL_DATA_OPTLIST_SOURCE = Data-OptList-$(PERL_DATA_OPTLIST_VERSION).tar.gz
|
||||
PERL_DATA_OPTLIST_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
|
||||
PERL_DATA_OPTLIST_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DATA_OPTLIST_LICENSE_FILES = LICENSE
|
||||
PERL_DATA_OPTLIST_DISTNAME = Data-OptList
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user