wok-next annotate perl-ipc-run/receipt @ rev 20820

Update Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 23:41:47 2018 +0300 (2018-06-13)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@14279 1 # SliTaz package receipt.
pascal@14279 2
pascal@14279 3 PACKAGE="perl-ipc-run"
al@20820 4 VERSION="20180523.0"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="IPC::Run - system() and background procs w/ piping, redirs, ptys \
al@19709 7 (Unix, Win32)"
pascal@14279 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/IPC-Run"
al@19709 11
al@19709 12 TARBALL="IPC-Run-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
al@19709 14
pascal@14279 15 DEPENDS="perl"
pascal@14279 16 BUILD_DEPENDS="perl"
pascal@14279 17
pascal@14279 18 # Rules to configure and make the package.
pascal@14279 19 compile_rules()
pascal@14279 20 {
pascal@14279 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@14279 25 }
pascal@14279 26
pascal@14279 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14279 28 genpkg_rules()
pascal@14279 29 {
al@19709 30 copy @std
pascal@14279 31 }