wok rev 24269

updated perl-xml-rss (1.61 -> 1.62)
author Hans-G?nter Theisgen
date Sun Jan 02 10:37:59 2022 +0100 (2022-01-02)
parents bcb3ff2f24ce
children 28a19e1dd20e
files perl-xml-rss/description.txt perl-xml-rss/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-xml-rss/description.txt	Sun Jan 02 10:37:59 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +This module provides a basic framework for creating and maintaining RDF
     1.5 +Site Summary (RSS) files.
     1.6 +This distribution also contains many examples that allow you to generate
     1.7 +HTML from an RSS, convert between 0.9, 0.91, 1.0, and 2.0 version, and
     1.8 +other nifty things.
     1.9 +This might be helpful if you want to include news feeds on your Web site
    1.10 +from sources like Slashdot and Freshmeat or if you want to syndicate
    1.11 +your own content.
    1.12 +
    1.13 +XML::RSS currently supports versions 0.9, 0.91, 1.0, and 2.0 of RSS.
    1.14 +
    1.15 +RSS was originally developed by Netscape as the format for Netscape
    1.16 +Netcenter channels, however, many Web sites have since adopted it as a
    1.17 +simple syndication format.
    1.18 +With the advent of RSS 1.0, users are now able to syndication many
    1.19 +different kinds of content including news headlines, threaded messages,
    1.20 +products catalogs, etc.
     2.1 --- a/perl-xml-rss/receipt	Sun Jan 02 10:35:32 2022 +0100
     2.2 +++ b/perl-xml-rss/receipt	Sun Jan 02 10:37:59 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-xml-rss"
     2.7 -VERSION="1.61"
     2.8 +VERSION="1.62"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension XML::RSS."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/XML-RSS"
    2.14 +WEB_SITE="https://metacpan.org/pod/XML::RSS"
    2.15 +REPOLOGY="perl:xml-rss"
    2.16  
    2.17  SOURCE="XML-RSS"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19  WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL"
    2.20  
    2.21 -DEPENDS="perl perl-datetime perl-datetime-format-mail 
    2.22 -	perl-datetime-format-w3cdtf perl-xml-parser"
    2.23 +DEPENDS="perl perl-datetime perl-datetime-format-mail perl-datetime-format-w3cdtf
    2.24 +	perl-xml-parser "
    2.25  BUILD_DEPENDS="$DEPENDS"
    2.26  
    2.27  current_version()
    2.28 @@ -27,12 +28,11 @@
    2.29  {
    2.30  	perl Makefile.PL &&
    2.31  	make &&
    2.32 -	make DESTDIR=$DESTDIR install
    2.33 +	make install DESTDIR=$DESTDIR
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.37  genpkg_rules()
    2.38  {
    2.39 -	mkdir -p $fs/usr
    2.40 -	cp -a $install/usr/lib	$fs/usr
    2.41 +	cook_copy_folders	lib
    2.42  }