wok annotate perl-expect/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 20661c276bcf
children 15650f5d595b
rev   line source
pascal@13352 1 # SliTaz package receipt.
pascal@13352 2
pascal@13352 3 PACKAGE="perl-expect"
Hans-G?nter@23322 4 VERSION="1.35"
pascal@13352 5 CATEGORY="development"
Hans-G?nter@23322 6 SHORT_DESC="Perl extension Expect."
pascal@13352 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23322 9 WEB_SITE="https://metacpan.org/release/Expect"
Hans-G?nter@23322 10
pascal@13352 11 SOURCE="Expect"
pascal@13352 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23322 13 WGET_URL="https://www.cpan.org/modules/by-module/Expect/$TARBALL"
Hans-G?nter@23322 14
Hans-G?nter@23322 15 SUGGESTED="perl-io-stty"
Hans-G?nter@23322 16 DEPENDS="perl-io-tty"
Hans-G?nter@23322 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 &&
pascal@13352 23 make &&
pascal@13352 24 make install DESTDIR=$DESTDIR
pascal@13352 25 }
pascal@13352 26
pascal@13352 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13352 28 genpkg_rules()
pascal@13352 29 {
pascal@13352 30 mkdir -p $fs/usr
Hans-G?nter@23322 31 cp -a $install/usr/lib $fs/usr
pascal@13352 32 }