diff options
Diffstat (limited to 'meta-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb new file mode 100644 index 0000000000..0237485084 --- /dev/null +++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs." | ||
| 2 | DESCRIPTION = "Capture::Tiny provies a simple, portable way to capture \ | ||
| 3 | almost anything sent to STDOUT or STDERR, regardless of whether it comes \ | ||
| 4 | from Perl, from XS code or from an external program. Optionally, output can \ | ||
| 5 | be teed so that it is captured while being passed through to the original \ | ||
| 6 | filehandles. Yes, it even works on Windows (usually). Stop guessing which of \ | ||
| 7 | a dozen capturing modules to use in any particular situation and just use \ | ||
| 8 | this one." | ||
| 9 | SECTION = "libs" | ||
| 10 | |||
| 11 | HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/" | ||
| 12 | |||
| 13 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f" | ||
| 15 | |||
| 16 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-${PV}.tar.gz" | ||
| 17 | SRC_URI[md5sum] = "718e9d62c4a27a3207cf8506cb99d846" | ||
| 18 | SRC_URI[sha256sum] = "9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/Capture-Tiny-${PV}" | ||
| 21 | |||
| 22 | inherit cpan | ||
| 23 | |||
| 24 | RDEPENDS_${PN} = " perl-module-scalar-util \ | ||
| 25 | perl-module-io-file \ | ||
| 26 | perl-module-extutils-makemaker \ | ||
| 27 | perl-module-file-spec \ | ||
| 28 | perl-module-exporter \ | ||
| 29 | perl-module-carp \ | ||
| 30 | perl-module-test-more \ | ||
| 31 | perl-module-file-temp \ | ||
| 32 | perl-module-lib \ | ||
| 33 | perl-module-build \ | ||
| 34 | " | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native" | ||
