mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-stream-buffered/Config.in
Normal file
6
package/perl-stream-buffered/Config.in
Normal 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
|
||||
6
package/perl-stream-buffered/perl-stream-buffered.hash
Normal file
6
package/perl-stream-buffered/perl-stream-buffered.hash
Normal 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
|
||||
14
package/perl-stream-buffered/perl-stream-buffered.mk
Normal file
14
package/perl-stream-buffered/perl-stream-buffered.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
PERL_STREAM_BUFFERED_DISTNAME = Stream-Buffered
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user