wok-next diff perl-io-stty/receipt @ rev 20212
Up consonance (0.5.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 04 18:41:56 2017 +0100 (2017-11-04) |
parents | 2d12ebd38be4 |
children | 4e6503d7a19f |
line diff
1.1 --- a/perl-io-stty/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-io-stty/receipt Sat Nov 04 18:41:56 2017 +0100 1.3 @@ -2,28 +2,29 @@ 1.4 1.5 PACKAGE="perl-io-stty" 1.6 VERSION="0.03" 1.7 -CATEGORY="development" 1.8 -SHORT_DESC="IO::Stty module is a Perl extension." 1.9 +CATEGORY="perl" 1.10 +SHORT_DESC="IO::Stty - Change and print terminal line settings" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://search.cpan.org/" 1.14 +WEB_SITE="https://metacpan.org/release/IO-Stty" 1.15 + 1.16 +TARBALL="IO-Stty-$VERSION.tar.gz" 1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 1.18 + 1.19 DEPENDS="perl" 1.20 -BUILD_DEPENDS="perl" 1.21 -SOURCE="IO-Stty" 1.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.23 -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" 1.24 +BUILD_DEPENDS="perl-module-build" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 perl Build.PL && 1.31 - ./Build --destdir $DESTDIR install 1.32 + ./Build --destdir $install install && 1.33 + 1.34 + chmod -R u+w $install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - cp -a $install/usr $fs 1.41 + copy @std 1.42 } 1.43 -