perl-stream-buffered: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-06 18:55:12 +02:00 committed by Thomas Petazzoni
parent c7354fc057
commit 3836c74163
4 changed files with 26 additions and 0 deletions

View File

@ -738,6 +738,7 @@ menu "Perl libraries/modules"
source "package/perl-params-util/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-posix-strftime-compiler/Config.in"
source "package/perl-stream-buffered/Config.in"
source "package/perl-sub-install/Config.in"
source "package/perl-sys-cpu/Config.in"
source "package/perl-sys-meminfo/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_STREAM_BUFFERED
bool "perl-stream-buffered"
help
temporary buffer to save bytes
https://github.com/plack/Stream-Buffered

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b030fecaa784cd573289ae797c7aeae9 Stream-Buffered-0.03.tar.gz
sha256 9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b Stream-Buffered-0.03.tar.gz
# computed by scancpan
sha256 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591 LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-stream-buffered
#
################################################################################
PERL_STREAM_BUFFERED_VERSION = 0.03
PERL_STREAM_BUFFERED_SOURCE = Stream-Buffered-$(PERL_STREAM_BUFFERED_VERSION).tar.gz
PERL_STREAM_BUFFERED_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DO/DOY
PERL_STREAM_BUFFERED_LICENSE = Artistic or GPL-1.0+
PERL_STREAM_BUFFERED_LICENSE_FILES = LICENSE
$(eval $(perl-package))