wok view perl-io-stty/receipt @ rev 14389

eet: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 07:02:13 2013 +0200 (2013-04-23)
parents 2b7b8edd9d7d
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-io-stty"
4 VERSION="0.03"
5 CATEGORY="development"
6 SHORT_DESC="IO::Stty module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://search.cpan.org/"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="IO-Stty"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Build.PL &&
20 ./Build --destdir $DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }