wok-next diff perl-uri/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-uri/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-uri/receipt	Thu Dec 06 13:30:23 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.74"
     1.5  CATEGORY="perl"
     1.6  SHORT_DESC="URI - Uniform Resource Identifiers (absolute and relative)"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL"
    1.10  WEB_SITE="https://metacpan.org/release/URI"
    1.11  REPOLOGY="perl:uri"
    1.12 @@ -16,7 +16,8 @@
    1.13  
    1.14  compile_rules() {
    1.15  	perl Makefile.PL &&
    1.16 -	make && make DESTDIR=$install install &&
    1.17 +	make &&
    1.18 +	make DESTDIR=$install install &&
    1.19  
    1.20  	chmod -R u+w $install
    1.21  }