wok rev 24243

updated perl-net-ldap (0.66 -> 0.68)
author Hans-G?nter Theisgen
date Sun Jan 02 07:34:22 2022 +0100 (2022-01-02)
parents 5371c60d569e
children be4f6d921ef0
files perl-net-ldap/description.txt perl-net-ldap/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-ldap/description.txt	Sun Jan 02 07:34:22 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Net::LDAP is a collection of modules that implements a LDAP services API
     1.5 +for Perl programs.
     1.6 +The module may be used to search directories or perform maintenance
     1.7 +functions such as adding, deleting or modifying entries.
     2.1 --- a/perl-net-ldap/receipt	Sun Jan 02 07:31:43 2022 +0100
     2.2 +++ b/perl-net-ldap/receipt	Sun Jan 02 07:34:22 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-net-ldap"
     2.7 -VERSION="0.66"
     2.8 +VERSION="0.68"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension Net::LDAP."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/perl-ldap"
    2.14 +WEB_SITE="https://metacpan.org/pod/Net::LDAP"
    2.15 +REPOLOGY="perl-ldap"
    2.16  
    2.17  SOURCE="perl-ldap"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19  WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL"
    2.20  
    2.21  #DEPENDS="perl perl-convert-asn1 perl-io-socket-ssl perl-uri-ldap perl-authen-sasl perl-xml-sax-writer"
    2.22 -DEPENDS="perl perl-authen-sasl perl-convert-asn1 perl-uri"
    2.23 +DEPENDS="perl perl-convert-asn1 perl-uri perl-authen-sasl"
    2.24  BUILD_DEPENDS="$DEPENDS"
    2.25  
    2.26  current_version()
    2.27 @@ -27,12 +28,11 @@
    2.28  {
    2.29  	yes n | perl Makefile.PL &&
    2.30  	make &&
    2.31 -	make DESTDIR=$DESTDIR install
    2.32 +	make install DESTDIR=$DESTDIR
    2.33  }
    2.34  
    2.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.36  genpkg_rules()
    2.37  {
    2.38 -	mkdir -p $fs/usr
    2.39 -	cp -a $install/usr/lib	$fs/usr
    2.40 +	cook_copy_folders	lib
    2.41  }