wok-next diff perl-capture-tiny/receipt @ rev 21026

Tiny updates (Perl modules)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:30:58 2018 +0200 (2018-11-03)
parents
children f17e1f86f546
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-capture-tiny/receipt	Sat Nov 03 04:30:58 2018 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="perl-capture-tiny"
     1.7 +VERSION="0.48"
     1.8 +CATEGORY="perl"
     1.9 +SHORT_DESC="Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="Apache2"
    1.12 +WEB_SITE="https://metacpan.org/release/Capture-Tiny"
    1.13 +HOST_ARCH="any"
    1.14 +REPOLOGY="perl:capture-tiny"
    1.15 +
    1.16 +TARBALL="Capture-Tiny-$VERSION.tar.gz"
    1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
    1.18 +
    1.19 +BUILD_DEPENDS="perl"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	perl Makefile.PL &&
    1.23 +	make &&
    1.24 +	make DESTDIR=$install install &&
    1.25 +
    1.26 +	chmod -R u+w $install
    1.27 +}
    1.28 +
    1.29 +genpkg_rules() {
    1.30 +	copy @std
    1.31 +	DEPENDS="perl"
    1.32 +}