wok-next annotate perl-ipc-run/receipt @ rev 20490
nareto: update index.php path (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 11:53:39 2018 +0100 (2018-03-12) |
parents | 2d12ebd38be4 |
children | 44d2daaccb67 |
rev | line source |
---|---|
pascal@14279 | 1 # SliTaz package receipt. |
pascal@14279 | 2 |
pascal@14279 | 3 PACKAGE="perl-ipc-run" |
al@19709 | 4 VERSION="0.95" |
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 } |