wok-next diff perl-xml-parser/receipt @ rev 19709
Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 11 02:23:02 2017 +0300 (2017-05-11) |
parents | c740762c8991 |
children | 9a17d981d0f7 |
line diff
1.1 --- a/perl-xml-parser/receipt Fri Dec 23 15:07:51 2016 +0200 1.2 +++ b/perl-xml-parser/receipt Thu May 11 02:23:02 2017 +0300 1.3 @@ -2,29 +2,30 @@ 1.4 1.5 PACKAGE="perl-xml-parser" 1.6 VERSION="2.44" 1.7 -CATEGORY="development" 1.8 -SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat." 1.9 +CATEGORY="perl" 1.10 +SHORT_DESC="XML::Parser - A Perl module for parsing XML documents" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://github.com/chorny/XML-Parser" 1.14 +WEB_SITE="https://metacpan.org/release/XML-Parser" 1.15 HOST_ARCH="i486 arm" 1.16 1.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="http://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$VERSION.tar.gz" 1.19 +TARBALL="XML-Parser-$VERSION.tar.gz" 1.20 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL" 1.21 1.22 -DEPENDS="perl expat" 1.23 -BUILD_DEPENDS="perl expat-dev" 1.24 +DEPENDS="perl-libwww-perl expat" 1.25 +BUILD_DEPENDS="$DEPENDS expat-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 perl Makefile.PL && 1.31 - make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make && make DESTDIR=$install install && 1.34 + 1.35 + chmod -R u+w $install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - cook_copy_folders lib 1.42 + copy @std 1.43 }