# HG changeset patch # User Hans-G?nter Theisgen # Date 1641104655 -3600 # Node ID 34acc89bf1e506f71b6d9ed9e81c7e51e25bd83c # Parent 0f0cae65784abe7694681ee95ae2b29e828f941c updated perl-net-dns (1.23 -> 1.33) diff -r 0f0cae65784a -r 34acc89bf1e5 perl-net-dns/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-net-dns/description.txt Sun Jan 02 07:24:15 2022 +0100 @@ -0,0 +1,7 @@ +Net::DNS is a collection of Perl modules that act as a Domain Name System +(DNS) resolver. +It allows the programmer to perform DNS queries that are beyond the +capabilities of "gethostbyname" and "gethostbyaddr". + +The programmer should be familiar with the structure of a DNS packet. +See RFC 1035 or DNS and BIND (Albitz & Liu) for details. diff -r 0f0cae65784a -r 34acc89bf1e5 perl-net-dns/receipt --- a/perl-net-dns/receipt Sun Jan 02 07:21:29 2022 +0100 +++ b/perl-net-dns/receipt Sun Jan 02 07:24:15 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="perl-net-dns" -VERSION="1.23" +VERSION="1.33" CATEGORY="development" SHORT_DESC="Perl extension Net::DNS." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-DNS" +WEB_SITE="https://metacpan.org/pod/Net::DNS" +REPOLOGY="perl:net-dns" SOURCE="Net-DNS" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL" DEPENDS="perl perl-io-socket-inet6" BUILD_DEPENDS="perl perl-io-socket-inet6" @@ -26,12 +27,11 @@ { yes n | perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }