wok view perl-expect/receipt @ rev 13352

Add perl-io-tty, perl-io-stty, perl-number-range, perl-expect, perl-algorithm-permute
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 10 09:49:31 2012 +0200 (2012-09-10)
parents
children 8df91607b9af
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-expect"
4 VERSION="1.21"
5 CATEGORY="development"
6 SHORT_DESC="Expect.pm module is a Perl extension.
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://search.cpan.org/
9 DEPENDS="perl-io-tty"
10 SUGGESTED="perl-io-stty"
11 BUILD_DEPENDS="perl"
12 SOURCE="Expect"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://cpan.org/"
15 WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make install DESTDIR=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }