generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-uri/Config.in
Normal file
6
package/perl-uri/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_URI
|
||||
bool "perl-uri"
|
||||
help
|
||||
Uniform Resource Identifiers (absolute and relative).
|
||||
|
||||
https://github.com/libwww-perl/URI
|
||||
6
package/perl-uri/perl-uri.hash
Normal file
6
package/perl-uri/perl-uri.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 2a00d3dbf891df4256d251382aefd9b9 URI-5.10.tar.gz
|
||||
sha256 16325d5e308c7b7ab623d1bf944e1354c5f2245afcfadb8eed1e2cae9a0bd0b5 URI-5.10.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0 LICENSE
|
||||
14
package/perl-uri/perl-uri.mk
Normal file
14
package/perl-uri/perl-uri.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-uri
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_URI_VERSION = 5.10
|
||||
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
|
||||
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_URI_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_URI_LICENSE_FILES = LICENSE
|
||||
PERL_URI_DISTNAME = URI
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user