generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-www-form-urlencoded/Config.in
Normal file
6
package/perl-www-form-urlencoded/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
|
||||
bool "perl-www-form-urlencoded"
|
||||
help
|
||||
parser and builder for application/x-www-form-urlencoded.
|
||||
|
||||
https://github.com/kazeburo/WWW-Form-UrlEncoded
|
||||
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 cbe0e1c3ee54738d900c739ea348efda WWW-Form-UrlEncoded-0.26.tar.gz
|
||||
sha256 c0480b5f1f15b71163ec327b8e7842298f0cb3ace97e63d7034af1e94a2d90f4 WWW-Form-UrlEncoded-0.26.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE
|
||||
15
package/perl-www-form-urlencoded/perl-www-form-urlencoded.mk
Normal file
15
package/perl-www-form-urlencoded/perl-www-form-urlencoded.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-www-form-urlencoded
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_WWW_FORM_URLENCODED_VERSION = 0.26
|
||||
PERL_WWW_FORM_URLENCODED_SOURCE = WWW-Form-UrlEncoded-$(PERL_WWW_FORM_URLENCODED_VERSION).tar.gz
|
||||
PERL_WWW_FORM_URLENCODED_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
|
||||
PERL_WWW_FORM_URLENCODED_DEPENDENCIES = host-perl-module-build
|
||||
PERL_WWW_FORM_URLENCODED_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_WWW_FORM_URLENCODED_LICENSE_FILES = LICENSE
|
||||
PERL_WWW_FORM_URLENCODED_DISTNAME = WWW-Form-UrlEncoded
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user