wok-next diff perl-net-dns/receipt @ rev 21415

updated proxytunnel (1.9.0 -> 1.9.1)
author Hans-G?nter Theisgen
date Mon Apr 27 16:48:39 2020 +0100 (2020-04-27)
parents 2032afd3d24e
children
line diff
     1.1 --- a/perl-net-dns/receipt	Sat Nov 03 04:30:58 2018 +0200
     1.2 +++ b/perl-net-dns/receipt	Mon Apr 27 16:48:39 2020 +0100
     1.3 @@ -1,29 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Net-DNS"
     1.7  PACKAGE="perl-net-dns"
     1.8 -VERSION="1.18"
     1.9 +VERSION="1.19"
    1.10 +AUTHOR="NLNETLABS"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Net-DNS"
    1.16 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.17  HOST_ARCH="any"
    1.18 -REPOLOGY="perl:net-dns"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="Net-DNS-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL"
    1.23 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.24 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.25  
    1.26 -BUILD_DEPENDS="perl-digest-hmac"
    1.27 +DEPENDS_std="perl-digest-hmac"
    1.28 +BUILD_DEPENDS="$DEPENDS_std"
    1.29  
    1.30  compile_rules() {
    1.31 -	perl Makefile.PL &&
    1.32 -	make &&
    1.33 -	make DESTDIR=$install install &&
    1.34 -
    1.35 -	chmod -R u+w $install
    1.36 +	cook_perl
    1.37  }
    1.38 -
    1.39 -genpkg_rules() {
    1.40 -	copy @std
    1.41 -	DEPENDS="perl-digest-hmac"
    1.42 -}