wok-next annotate perl-expect/receipt @ rev 20855

svgcleaner: up (0.9.5); add oxipng
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 15:41:27 2018 +0300 (2018-06-26)
parents 1a86cb99cbbf
children 4e6503d7a19f
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"
pascal@13352 11 SUGGESTED="perl-io-stty"
al@19709 12
al@19709 13 TARBALL="Expect-$VERSION.tar.gz"
al@19709 14 WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL"
al@19709 15
al@19709 16 DEPENDS="perl"
pascal@13354 17 BUILD_DEPENDS="perl-io-tty"
pascal@13352 18
pascal@13352 19 # Rules to configure and make the package.
pascal@13352 20 compile_rules()
pascal@13352 21 {
pascal@13352 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
pascal@13352 26 }
pascal@13352 27
pascal@13352 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13352 29 genpkg_rules()
pascal@13352 30 {
al@19709 31 copy @std
pascal@13352 32 }