wok-next diff perl-sub-install/receipt @ rev 21066

Switch some python packages to traditional build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 06 13:30:23 2018 +0200 (2018-12-06)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-sub-install/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-sub-install/receipt	Thu Dec 06 13:30:23 2018 +0200
     1.3 @@ -15,17 +15,14 @@
     1.4  DEPENDS="perl"
     1.5  BUILD_DEPENDS="perl"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	perl Makefile.PL &&
    1.12 -	make && make DESTDIR=$install install &&
    1.13 +	make &&
    1.14 +	make DESTDIR=$install install &&
    1.15  
    1.16  	chmod -R u+w $install
    1.17  }
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	copy @std
    1.24  }