wok-next diff perl-expect/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 4e6503d7a19f |
children | f17e1f86f546 |
line diff
1.1 --- a/perl-expect/receipt Thu Jul 12 18:34:58 2018 +0300 1.2 +++ b/perl-expect/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="perl-expect" 1.8 VERSION="1.35" 1.9 @@ -9,25 +9,22 @@ 1.10 LICENSE="unknown" 1.11 WEB_SITE="https://metacpan.org/release/Expect" 1.12 REPOLOGY="perl:expect" 1.13 -SUGGESTED="perl-io-stty" 1.14 1.15 TARBALL="Expect-$VERSION.tar.gz" 1.16 WGET_URL="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/$TARBALL" 1.17 1.18 -DEPENDS="perl" 1.19 BUILD_DEPENDS="perl-io-tty" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 +compile_rules() { 1.25 perl Makefile.PL && 1.26 - make && make DESTDIR=$install install && 1.27 + make && 1.28 + make DESTDIR=$install install && 1.29 1.30 chmod -R u+w $install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 +genpkg_rules() { 1.37 copy @std 1.38 + DEPENDS="perl" 1.39 + SUGGESTED="perl-io-stty" 1.40 }