wok-next annotate 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
rev   line source
pascal@13352 1 # SliTaz package receipt.
pascal@13352 2
pascal@13352 3 PACKAGE="perl-expect"
al@20820 4 VERSION="1.35"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Expect - automate interactions with command line programs that \
al@19709 7 expose a text terminal interface"
pascal@13352 8 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 9 LICENSE="unknown"
al@19709 10 WEB_SITE="https://metacpan.org/release/Expect"
al@20884 11 REPOLOGY="perl:expect"
pascal@13352 12 SUGGESTED="perl-io-stty"
al@19709 13
al@19709 14 TARBALL="Expect-$VERSION.tar.gz"
al@19709 15 WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL"
al@19709 16
al@19709 17 DEPENDS="perl"
pascal@13354 18 BUILD_DEPENDS="perl-io-tty"
pascal@13352 19
pascal@13352 20 # Rules to configure and make the package.
pascal@13352 21 compile_rules()
pascal@13352 22 {
pascal@13352 23 perl Makefile.PL &&
al@19709 24 make && make DESTDIR=$install install &&
al@19709 25
al@19709 26 chmod -R u+w $install
pascal@13352 27 }
pascal@13352 28
pascal@13352 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13352 30 genpkg_rules()
pascal@13352 31 {
al@19709 32 copy @std
pascal@13352 33 }