wok diff perl-net-dns/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-net-dns/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-net-dns/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-net-dns"
     1.7 -VERSION="1.23"
     1.8 +VERSION="1.33"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl extension Net::DNS."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/Net-DNS"
    1.14 +WEB_SITE="https://metacpan.org/pod/Net::DNS"
    1.15 +REPOLOGY="perl:net-dns"
    1.16  
    1.17  SOURCE="Net-DNS"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL"
    1.21  
    1.22  DEPENDS="perl perl-io-socket-inet6"
    1.23  BUILD_DEPENDS="perl perl-io-socket-inet6"
    1.24 @@ -26,12 +27,11 @@
    1.25  {
    1.26  	yes n | perl Makefile.PL &&
    1.27  	make &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +	make install DESTDIR=$DESTDIR
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/lib	$fs/usr
    1.37 +	cook_copy_folders	lib
    1.38  }