generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/perl-http-daemon/Config.in
Normal file
9
package/perl-http-daemon/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_DAEMON
|
||||
bool "perl-http-daemon"
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
||||
help
|
||||
A simple http server class.
|
||||
|
||||
https://github.com/libwww-perl/HTTP-Daemon
|
||||
6
package/perl-http-daemon/perl-http-daemon.hash
Normal file
6
package/perl-http-daemon/perl-http-daemon.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 63674e3f81760a29075853413eb157d8 HTTP-Daemon-6.12.tar.gz
|
||||
sha256 df47bed10c38670c780fd0116867d5fd4693604acde31ba63380dce04c4e1fa6 HTTP-Daemon-6.12.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc LICENCE
|
||||
15
package/perl-http-daemon/perl-http-daemon.mk
Normal file
15
package/perl-http-daemon/perl-http-daemon.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-http-daemon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTTP_DAEMON_VERSION = 6.12
|
||||
PERL_HTTP_DAEMON_SOURCE = HTTP-Daemon-$(PERL_HTTP_DAEMON_VERSION).tar.gz
|
||||
PERL_HTTP_DAEMON_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_HTTP_DAEMON_DEPENDENCIES = host-perl-module-build-tiny
|
||||
PERL_HTTP_DAEMON_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTTP_DAEMON_LICENSE_FILES = LICENCE
|
||||
PERL_HTTP_DAEMON_DISTNAME = HTTP-Daemon
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user