wok-current diff perl-net-ldap/receipt @ rev 25422
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 17 07:09:31 2022 +0000 (2022-08-17) |
parents | ca4a422cce07 |
children |
line diff
1.1 --- a/perl-net-ldap/receipt Fri Sep 17 14:12:38 2021 +0000 1.2 +++ b/perl-net-ldap/receipt Wed Aug 17 07:09:31 2022 +0000 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-net-ldap" 1.7 -VERSION="0.66" 1.8 +VERSION="0.68" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension Net::LDAP." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/perl-ldap" 1.14 +WEB_SITE="https://metacpan.org/pod/Net::LDAP" 1.15 +REPOLOGY="perl-ldap" 1.16 1.17 SOURCE="perl-ldap" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL" 1.20 1.21 #DEPENDS="perl perl-convert-asn1 perl-io-socket-ssl perl-uri-ldap perl-authen-sasl perl-xml-sax-writer" 1.22 -DEPENDS="perl perl-authen-sasl perl-convert-asn1 perl-uri" 1.23 +DEPENDS="perl perl-convert-asn1 perl-uri perl-authen-sasl" 1.24 BUILD_DEPENDS="$DEPENDS" 1.25 1.26 current_version() 1.27 @@ -27,12 +28,11 @@ 1.28 { 1.29 yes n | perl Makefile.PL && 1.30 make && 1.31 - make DESTDIR=$DESTDIR install 1.32 + make install DESTDIR=$DESTDIR 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr 1.39 - cp -a $install/usr/lib $fs/usr 1.40 + cook_copy_folders lib 1.41 }