# HG changeset patch # User Hans-G?nter Theisgen # Date 1641105262 -3600 # Node ID 8b05a456a6843cbfe5880aaa7fa44eafb75c9f05 # Parent 5371c60d569e973eca1163866588ecee00b136fa updated perl-net-ldap (0.66 -> 0.68) diff -r 5371c60d569e -r 8b05a456a684 perl-net-ldap/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-net-ldap/description.txt Sun Jan 02 07:34:22 2022 +0100 @@ -0,0 +1,4 @@ +Net::LDAP is a collection of modules that implements a LDAP services API +for Perl programs. +The module may be used to search directories or perform maintenance +functions such as adding, deleting or modifying entries. diff -r 5371c60d569e -r 8b05a456a684 perl-net-ldap/receipt --- a/perl-net-ldap/receipt Sun Jan 02 07:31:43 2022 +0100 +++ b/perl-net-ldap/receipt Sun Jan 02 07:34:22 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="perl-net-ldap" -VERSION="0.66" +VERSION="0.68" CATEGORY="development" SHORT_DESC="Perl extension Net::LDAP." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/perl-ldap" +WEB_SITE="https://metacpan.org/pod/Net::LDAP" +REPOLOGY="perl-ldap" SOURCE="perl-ldap" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL" #DEPENDS="perl perl-convert-asn1 perl-io-socket-ssl perl-uri-ldap perl-authen-sasl perl-xml-sax-writer" -DEPENDS="perl perl-authen-sasl perl-convert-asn1 perl-uri" +DEPENDS="perl perl-convert-asn1 perl-uri perl-authen-sasl" BUILD_DEPENDS="$DEPENDS" current_version() @@ -27,12 +28,11 @@ { yes n | perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }