generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/perl-apache-logformat-compiler/Config.in
Normal file
7
package/perl-apache-logformat-compiler/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_APACHE_LOGFORMAT_COMPILER
|
||||
bool "perl-apache-logformat-compiler"
|
||||
select BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER # runtime
|
||||
help
|
||||
Compile a log format string to perl-code.
|
||||
|
||||
https://github.com/kazeburo/Apache-LogFormat-Compiler
|
||||
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 a0cdfcd875cb2ee4dc9a2c24381eb55b Apache-LogFormat-Compiler-0.36.tar.gz
|
||||
sha256 94509503ee74ea820183d070c11630ee5bc0fd8c12cb74fae953ed62e4a1ac17 Apache-LogFormat-Compiler-0.36.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 ab941cfc4794afa2113795b167177d1b25cbc77ebadd016e5727effc2cadd96b LICENSE
|
||||
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-apache-logformat-compiler
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_VERSION = 0.36
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_SOURCE = Apache-LogFormat-Compiler-$(PERL_APACHE_LOGFORMAT_COMPILER_VERSION).tar.gz
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_DEPENDENCIES = host-perl-module-build-tiny
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_LICENSE_FILES = LICENSE
|
||||
PERL_APACHE_LOGFORMAT_COMPILER_DISTNAME = Apache-LogFormat-Compiler
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user