wok-next diff perl-extutils-depends/receipt @ rev 21037
Small updates.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 06 16:35:54 2018 +0200 (2018-11-06) |
parents | 4e6503d7a19f |
children | f17e1f86f546 |
line diff
1.1 --- a/perl-extutils-depends/receipt Thu Jul 12 18:34:58 2018 +0300 1.2 +++ b/perl-extutils-depends/receipt Tue Nov 06 16:35:54 2018 +0200 1.3 @@ -13,20 +13,17 @@ 1.4 TARBALL="ExtUtils-Depends-$VERSION.tar.gz" 1.5 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 1.6 1.7 -DEPENDS="perl" 1.8 BUILD_DEPENDS="perl" 1.9 1.10 -# Rules to configure and make the package. 1.11 -compile_rules() 1.12 -{ 1.13 +compile_rules() { 1.14 perl Makefile.PL && 1.15 - make && make DESTDIR=$install install && 1.16 + make && 1.17 + make DESTDIR=$install install && 1.18 1.19 chmod -R u+w $install 1.20 } 1.21 1.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 -genpkg_rules() 1.24 -{ 1.25 +genpkg_rules() { 1.26 copy @std 1.27 + DEPENDS="perl" 1.28 }