wok rev 24252

updated perl-soap-lite (0.710.08 -> 1.27)
author Hans-G?nter Theisgen
date Sun Jan 02 09:51:29 2022 +0100 (2022-01-02)
parents 1e0249731b58
children 3026aad208f2
files perl-soap-lite/description.txt perl-soap-lite/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-soap-lite/description.txt	Sun Jan 02 09:51:29 2022 +0100
     1.3 @@ -0,0 +1,3 @@
     1.4 +SOAP::Lite is a collection of Perl modules which provides a simple
     1.5 +and lightweight interface to the Simple Object Access Protocol (SOAP)
     1.6 +both on client and server side.
     2.1 --- a/perl-soap-lite/receipt	Sun Jan 02 09:47:51 2022 +0100
     2.2 +++ b/perl-soap-lite/receipt	Sun Jan 02 09:51:29 2022 +0100
     2.3 @@ -1,17 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-soap-lite"
     2.7 -VERSION="0.710.08"
     2.8 +VERSION="1.27"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="SOAP::Lite module is a Perl extension."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 +WEB_SITE="https://metacpan.org/pod/SOAP::Lite"
    2.14 +REPOLOGY="perl:soap-lite"
    2.15 +
    2.16 +SOURCE="SOAP-Lite"
    2.17 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 +WGET_URL="https://www.cpan.org/modules/by-module/SOAP/$TARBALL"
    2.19 +
    2.20  DEPENDS="perl"
    2.21  BUILD_DEPENDS="perl"
    2.22 -SOURCE="SOAP-Lite"
    2.23 -TARBALL="$SOURCE-$VERSION.tar.gz"
    2.24 -WEB_SITE="https://metacpan.org/dist/SOAP-Lite"
    2.25 -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL"
    2.26  
    2.27  current_version()
    2.28  {
    2.29 @@ -22,16 +25,13 @@
    2.30  # Rules to configure and make the package.
    2.31  compile_rules()
    2.32  {
    2.33 -	cd $src
    2.34  	yes '' | perl Makefile.PL &&
    2.35  	make &&
    2.36 -	make DESTDIR=$DESTDIR install
    2.37 +	make install DESTDIR=$DESTDIR
    2.38  }
    2.39  
    2.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.41  genpkg_rules()
    2.42  {
    2.43 -	mkdir -p $fs/usr
    2.44 -	cp -a $install/usr/lib $fs/usr
    2.45 +	cook_copy_folders	lib
    2.46  }
    2.47 -