wok-next diff perl-perl-ldap/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 1a86cb99cbbf
children 4e6503d7a19f
line diff
     1.1 --- a/perl-perl-ldap/receipt	Thu May 11 02:23:02 2017 +0300
     1.2 +++ b/perl-perl-ldap/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-perl-ldap"
     1.8  VERSION="0.65"
     1.9 @@ -15,11 +15,9 @@
    1.10  perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
    1.11  perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
    1.12  perl-http-negotiate perl-http-message perl-json"
    1.13 -BUILD_DEPENDS="$DEPENDS"
    1.14 +BUILD_DEPENDS="$DEPENDS perl-module-install"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	# avoid interactive questions
    1.21  	PERL_MM_USE_DEFAULT=1 \
    1.22  	perl Makefile.PL &&
    1.23 @@ -28,8 +26,6 @@
    1.24  	chmod -R u+w $install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std
    1.32  }