generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
15
package/perl-class-load/Config.in
Normal file
15
package/perl-class-load/Config.in
Normal file
@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PERL_CLASS_LOAD
|
||||
bool "perl-class-load"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_DATA_OPTLIST # runtime
|
||||
select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
|
||||
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
|
||||
select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime
|
||||
select BR2_PACKAGE_PERL_TRY_TINY # runtime
|
||||
help
|
||||
A working (require "Class::Name") and more.
|
||||
|
||||
https://github.com/moose/Class-Load
|
||||
|
||||
comment "perl-class-load needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-class-load/perl-class-load.hash
Normal file
6
package/perl-class-load/perl-class-load.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 e4c831c08df592ce8dfee0c7cfc12fd7 Class-Load-0.25.tar.gz
|
||||
sha256 2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f Class-Load-0.25.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 dc030e63f20035291b90d09c2c40f296224e85878caf829ea981fc2f10910f9d LICENSE
|
||||
14
package/perl-class-load/perl-class-load.mk
Normal file
14
package/perl-class-load/perl-class-load.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-class-load
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CLASS_LOAD_VERSION = 0.25
|
||||
PERL_CLASS_LOAD_SOURCE = Class-Load-$(PERL_CLASS_LOAD_VERSION).tar.gz
|
||||
PERL_CLASS_LOAD_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
||||
PERL_CLASS_LOAD_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_CLASS_LOAD_LICENSE_FILES = LICENSE
|
||||
PERL_CLASS_LOAD_DISTNAME = Class-Load
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user