# HG changeset patch # User Hans-G?nter Theisgen # Date 1641113489 -3600 # Node ID 9645753904c820f0aff4388b740d63a2d8a6608d # Parent 1e0249731b58757d19c53f79b70de0968022810b updated perl-soap-lite (0.710.08 -> 1.27) diff -r 1e0249731b58 -r 9645753904c8 perl-soap-lite/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-soap-lite/description.txt Sun Jan 02 09:51:29 2022 +0100 @@ -0,0 +1,3 @@ +SOAP::Lite is a collection of Perl modules which provides a simple +and lightweight interface to the Simple Object Access Protocol (SOAP) +both on client and server side. diff -r 1e0249731b58 -r 9645753904c8 perl-soap-lite/receipt --- a/perl-soap-lite/receipt Sun Jan 02 09:47:51 2022 +0100 +++ b/perl-soap-lite/receipt Sun Jan 02 09:51:29 2022 +0100 @@ -1,17 +1,20 @@ # SliTaz package receipt. PACKAGE="perl-soap-lite" -VERSION="0.710.08" +VERSION="1.27" CATEGORY="development" SHORT_DESC="SOAP::Lite module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/pod/SOAP::Lite" +REPOLOGY="perl:soap-lite" + +SOURCE="SOAP-Lite" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/SOAP/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="SOAP-Lite" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/dist/SOAP-Lite" -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL" current_version() { @@ -22,16 +25,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src yes '' | 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 } -