wok-next annotate perl-io-captureoutput/receipt @ rev 20244

Update bdeps: apache-mod-perl, codeblocks, tacacs+, thunar-archive-plugin, tuxpaint, xpenguins
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 10:54:15 2017 +0200 (2017-11-07)
parents
children 4e6503d7a19f
rev   line source
al@19770 1 # SliTaz package receipt.
al@19770 2
al@19770 3 PACKAGE="perl-io-captureoutput"
al@19770 4 VERSION="1.1104"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="IO::CaptureOutput - capture STDOUT and STDERR from Perl code, \
al@19770 7 subprocesses or XS"
al@19770 8 MAINTAINER="al.bobylev@gmail.com"
al@19770 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/IO-CaptureOutput"
al@19770 11
al@19770 12 TARBALL="IO-CaptureOutput-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
al@19770 14
al@19770 15 DEPENDS="perl"
al@19770 16 BUILD_DEPENDS="perl"
al@19770 17
al@19770 18 # Rules to configure and make the package.
al@19770 19 compile_rules()
al@19770 20 {
al@19770 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
al@19770 25 }
al@19770 26
al@19770 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19770 28 genpkg_rules()
al@19770 29 {
al@19770 30 copy @std
al@19770 31 }