mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/perl-data-optlist/Config.in
Normal file
12
package/perl-data-optlist/Config.in
Normal file
@@ -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
|
||||
6
package/perl-data-optlist/perl-data-optlist.hash
Normal file
6
package/perl-data-optlist/perl-data-optlist.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 f9236c9ea5607134ad8a2b3dc901c4c5 Data-OptList-0.110.tar.gz
|
||||
sha256 366117cb2966473f2559f2f4575ff6ae69e84c69a0f30a0773e1b51a457ef5c3 Data-OptList-0.110.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 73c7bd4c8e4adc474f9dae32b9aa08f6ce27327940751dd6e8373404beabdffa LICENSE
|
||||
14
package/perl-data-optlist/perl-data-optlist.mk
Normal file
14
package/perl-data-optlist/perl-data-optlist.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-data-optlist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATA_OPTLIST_VERSION = 0.110
|
||||
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