# HG changeset patch # User Hans-G?nter Theisgen # Date 1641116279 -3600 # Node ID efb724a8e25adf24c784e498ac310cbcc09c48be # Parent bcb3ff2f24ce854405d06fb30ee55e9b7c1cf408 updated perl-xml-rss (1.61 -> 1.62) diff -r bcb3ff2f24ce -r efb724a8e25a perl-xml-rss/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-xml-rss/description.txt Sun Jan 02 10:37:59 2022 +0100 @@ -0,0 +1,17 @@ +This module provides a basic framework for creating and maintaining RDF +Site Summary (RSS) files. +This distribution also contains many examples that allow you to generate +HTML from an RSS, convert between 0.9, 0.91, 1.0, and 2.0 version, and +other nifty things. +This might be helpful if you want to include news feeds on your Web site +from sources like Slashdot and Freshmeat or if you want to syndicate +your own content. + +XML::RSS currently supports versions 0.9, 0.91, 1.0, and 2.0 of RSS. + +RSS was originally developed by Netscape as the format for Netscape +Netcenter channels, however, many Web sites have since adopted it as a +simple syndication format. +With the advent of RSS 1.0, users are now able to syndication many +different kinds of content including news headlines, threaded messages, +products catalogs, etc. diff -r bcb3ff2f24ce -r efb724a8e25a perl-xml-rss/receipt --- a/perl-xml-rss/receipt Sun Jan 02 10:35:32 2022 +0100 +++ b/perl-xml-rss/receipt Sun Jan 02 10:37:59 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="perl-xml-rss" -VERSION="1.61" +VERSION="1.62" CATEGORY="development" SHORT_DESC="Perl extension XML::RSS." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-RSS" +WEB_SITE="https://metacpan.org/pod/XML::RSS" +REPOLOGY="perl:xml-rss" SOURCE="XML-RSS" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL" -DEPENDS="perl perl-datetime perl-datetime-format-mail - perl-datetime-format-w3cdtf perl-xml-parser" +DEPENDS="perl perl-datetime perl-datetime-format-mail perl-datetime-format-w3cdtf + perl-xml-parser " BUILD_DEPENDS="$DEPENDS" current_version() @@ -27,12 +28,11 @@ { 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 }