wok-next view perl-expect/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-expect"
4 VERSION="1.35"
5 CATEGORY="perl"
6 SHORT_DESC="Expect - automate interactions with command line programs that \
7 expose a text terminal interface"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="unknown"
10 WEB_SITE="https://metacpan.org/release/Expect"
11 REPOLOGY="perl:expect"
12 SUGGESTED="perl-io-stty"
14 TARBALL="Expect-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL"
17 DEPENDS="perl"
18 BUILD_DEPENDS="perl-io-tty"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }