wok-6.x rev 23415
updated perl-xml-rss (1.48 -> 1.61)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 07:35:41 2020 +0100 (2020-04-01) |
parents | 8ea372e859d2 |
children | 50baa766647d |
files | perl-xml-rss/receipt |
line diff
1.1 --- a/perl-xml-rss/receipt Wed Apr 01 07:30:14 2020 +0100 1.2 +++ b/perl-xml-rss/receipt Wed Apr 01 07:35:41 2020 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-xml-rss" 1.7 -VERSION="1.48" 1.8 +VERSION="1.61" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="XML::RSS module is a Perl extension." 1.11 +SHORT_DESC="Perl extension XML::RSS." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 -DEPENDS="perl perl-xml-parser perl-datetime perl-datetime-format-mail \ 1.15 -perl-datetime-format-w3cdtf" 1.16 -BUILD_DEPENDS="wget $DEPENDS" 1.17 +WEB_SITE="https://metacpan.org/release/XML-RSS" 1.18 + 1.19 SOURCE="XML-RSS" 1.20 TARBALL="$SOURCE-$VERSION.tar.gz" 1.21 -WEB_SITE="https://metacpan.org/release/$SOURCE" 1.22 -WGET_URL="http://cpan.uwinnipeg.ca/cpan/authors/id/S/SH/SHLOMIF/$TARBALL" 1.23 +WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL" 1.24 + 1.25 +DEPENDS="perl perl-datetime perl-datetime-format-mail 1.26 + perl-datetime-format-w3cdtf perl-xml-parser" 1.27 +BUILD_DEPENDS="$DEPENDS" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - cd $src 1.33 perl Makefile.PL && 1.34 make && 1.35 make DESTDIR=$DESTDIR install 1.36 @@ -27,6 +28,5 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 } 1.43 -