update buildroot to 2017.02.11
This commit is contained in:
22
bsp/buildroot-2017.02.11/package/perl-libwww-perl/Config.in
Normal file
22
bsp/buildroot-2017.02.11/package/perl-libwww-perl/Config.in
Normal file
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
||||
bool "perl-libwww-perl"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_ENCODE_LOCALE
|
||||
select BR2_PACKAGE_PERL_FILE_LISTING
|
||||
select BR2_PACKAGE_PERL_HTML_PARSER
|
||||
select BR2_PACKAGE_PERL_HTTP_COOKIES
|
||||
select BR2_PACKAGE_PERL_HTTP_DAEMON
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||
select BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||
select BR2_PACKAGE_PERL_NET_HTTP
|
||||
select BR2_PACKAGE_PERL_URI
|
||||
select BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
||||
help
|
||||
The World-Wide Web library for Perl
|
||||
|
||||
https://metacpan.org/release/libwww-perl
|
||||
|
||||
comment "perl-libwww-perl needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 0880fade10edcf5f60087e42f1db4481 libwww-perl-6.16.tar.gz
|
||||
sha256 daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 libwww-perl-6.16.tar.gz
|
||||
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-libwww-perl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_LIBWWW_PERL_VERSION = 6.16
|
||||
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
||||
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_LIBWWW_PERL_DEPENDENCIES = \
|
||||
perl-encode-locale \
|
||||
perl-file-listing \
|
||||
perl-html-parser \
|
||||
perl-http-cookies \
|
||||
perl-http-daemon \
|
||||
perl-http-date \
|
||||
perl-http-message \
|
||||
perl-http-negotiate \
|
||||
perl-lwp-mediatypes \
|
||||
perl-net-http \
|
||||
perl-uri \
|
||||
perl-www-robotrules
|
||||
PERL_LIBWWW_PERL_LICENSE = Artistic or GPLv1+
|
||||
PERL_LIBWWW_PERL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user