wok-next view perl-ipc-run3/receipt @ rev 21595

updated dokuwiki (2012-01-25 -> 2018-04-22c)
author Hans-G?nter Theisgen
date Wed Jun 24 13:53:45 2020 +0100 (2020-06-24)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="IPC-Run3"
4 PACKAGE="perl-ipc-run3"
5 VERSION="0.048"
6 AUTHOR="RJBS"
7 CATEGORY="perl"
8 SHORT_DESC="IPC::Run3 - run a subprocess with input/ouput redirection"
9 MAINTAINER="al.bobylev@gmail.com"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl"
19 BUILD_DEPENDS="$DEPENDS_std"
21 compile_rules() {
22 cook_perl
23 }