wok diff perl-io-socket-ssl/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 20661c276bcf
children 15650f5d595b
line diff
     1.1 --- a/perl-io-socket-ssl/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-io-socket-ssl/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-io-socket-ssl"
     1.7 -VERSION="2.060"
     1.8 +VERSION="2.068"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="IO::Socket::SSL module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension IO::Socket::SSL."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/IO-Socket-SSL"
    1.15 +
    1.16 +SOURCE="IO-Socket-SSL"
    1.17 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://www.cpan.org/modules/by-module/IO/$TARBALL"
    1.19 +
    1.20  DEPENDS="perl"
    1.21  BUILD_DEPENDS="perl"
    1.22 -SOURCE="IO-Socket-SSL"
    1.23 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.24 -WEB_SITE="http://cpan.org/"
    1.25 -WGET_URL="https://metacpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -25,5 +27,5 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr
    1.33 -	cp -a $install/usr/lib $fs/usr
    1.34 +	cp -a $install/usr/lib	$fs/usr
    1.35  }