wok-next view perl-ipc-run/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents 1a86cb99cbbf
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-ipc-run"
4 VERSION="20180523.0"
5 CATEGORY="perl"
6 SHORT_DESC="IPC::Run - system() and background procs w/ piping, redirs, ptys \
7 (Unix, Win32)"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/IPC-Run"
12 TARBALL="IPC-Run-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }