generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-posix-strftime-compiler/Config.in
Normal file
6
package/perl-posix-strftime-compiler/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER
|
||||
bool "perl-posix-strftime-compiler"
|
||||
help
|
||||
GNU C library compatible strftime for loggers and servers.
|
||||
|
||||
https://github.com/kazeburo/POSIX-strftime-Compiler
|
||||
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 3a5ae7d56a5917410c1b661e01ed1a68 POSIX-strftime-Compiler-0.44.tar.gz
|
||||
sha256 dfd3c97398dcfe51c8236b85e3dc28035667b76531f7aa0a6535f3aa5405b35a POSIX-strftime-Compiler-0.44.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE
|
||||
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-posix-strftime-compiler
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_POSIX_STRFTIME_COMPILER_VERSION = 0.44
|
||||
PERL_POSIX_STRFTIME_COMPILER_SOURCE = POSIX-strftime-Compiler-$(PERL_POSIX_STRFTIME_COMPILER_VERSION).tar.gz
|
||||
PERL_POSIX_STRFTIME_COMPILER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
|
||||
PERL_POSIX_STRFTIME_COMPILER_DEPENDENCIES = host-perl-module-build-tiny
|
||||
PERL_POSIX_STRFTIME_COMPILER_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_POSIX_STRFTIME_COMPILER_LICENSE_FILES = LICENSE
|
||||
PERL_POSIX_STRFTIME_COMPILER_DISTNAME = POSIX-strftime-Compiler
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user