wok-next diff perl-socket6/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 2032afd3d24e
children
line diff
     1.1 --- a/perl-socket6/receipt	Sat Nov 03 04:30:58 2018 +0200
     1.2 +++ b/perl-socket6/receipt	Fri Apr 17 17:54:29 2020 +0100
     1.3 @@ -1,29 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Socket6"
     1.7  PACKAGE="perl-socket6"
     1.8  VERSION="0.29"
     1.9 +AUTHOR="UMEMOTO"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \
    1.12  structure manipulators"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Socket6"
    1.16 -REPOLOGY="perl:socket6"
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18 +REPOLOGY="${PACKAGE/-/:}"
    1.19  
    1.20 -TARBALL="Socket6-$VERSION.tar.gz"
    1.21 -WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL"
    1.22 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.24  
    1.25 -BUILD_DEPENDS="perl-dev"
    1.26 +DEPENDS_std="perl"
    1.27 +BUILD_DEPENDS="$DEPENDS_std perl-dev"
    1.28  
    1.29  compile_rules() {
    1.30 -	perl Makefile.PL &&
    1.31 -	make &&
    1.32 -	make DESTDIR=$install install &&
    1.33 -
    1.34 -	chmod -R u+w $install
    1.35 +	cook_perl
    1.36  }
    1.37 -
    1.38 -genpkg_rules() {
    1.39 -	copy @std
    1.40 -	DEPENDS="perl"
    1.41 -}