wok rev 24241

updated perl-net-dns (1.23 -> 1.33)
author Hans-G?nter Theisgen
date Sun Jan 02 07:24:15 2022 +0100 (2022-01-02)
parents 0f0cae65784a
children 5371c60d569e
files perl-net-dns/description.txt perl-net-dns/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-dns/description.txt	Sun Jan 02 07:24:15 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Net::DNS is a collection of Perl modules that act as a Domain Name System
     1.5 +(DNS) resolver.
     1.6 +It allows the programmer to perform DNS queries that are beyond the
     1.7 +capabilities of "gethostbyname" and "gethostbyaddr".
     1.8 +
     1.9 +The programmer should be familiar with the structure of a DNS packet.
    1.10 +See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
     2.1 --- a/perl-net-dns/receipt	Sun Jan 02 07:21:29 2022 +0100
     2.2 +++ b/perl-net-dns/receipt	Sun Jan 02 07:24:15 2022 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-net-dns"
     2.7 -VERSION="1.23"
     2.8 +VERSION="1.33"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension Net::DNS."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/Net-DNS"
    2.14 +WEB_SITE="https://metacpan.org/pod/Net::DNS"
    2.15 +REPOLOGY="perl:net-dns"
    2.16  
    2.17  SOURCE="Net-DNS"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 -WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL"
    2.20 +WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL"
    2.21  
    2.22  DEPENDS="perl perl-io-socket-inet6"
    2.23  BUILD_DEPENDS="perl perl-io-socket-inet6"
    2.24 @@ -26,12 +27,11 @@
    2.25  {
    2.26  	yes n | perl Makefile.PL &&
    2.27  	make &&
    2.28 -	make DESTDIR=$DESTDIR install
    2.29 +	make install DESTDIR=$DESTDIR
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.33  genpkg_rules()
    2.34  {
    2.35 -	mkdir -p $fs/usr
    2.36 -	cp -a $install/usr/lib	$fs/usr
    2.37 +	cook_copy_folders	lib
    2.38  }