# HG changeset patch # User Hans-G?nter Theisgen # Date 1585722614 -3600 # Node ID 8ea372e859d25a5fb9a7ec72a25150ca01d9ace8 # Parent f01f91cda0f1f01a6d63c2c22f1d90612ab5e3ae updated perl-xml-parser (2.41 -> 2.46) diff -r f01f91cda0f1 -r 8ea372e859d2 perl-xml-parser/receipt --- a/perl-xml-parser/receipt Wed Apr 01 07:24:50 2020 +0100 +++ b/perl-xml-parser/receipt Wed Apr 01 07:30:14 2020 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="perl-xml-parser" -VERSION="2.41" +VERSION="2.46" CATEGORY="development" -SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat." +SHORT_DESC="Perl extension XML::Parser is an interface to XML expat." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" -DEPENDS="perl expat" -BUILD_DEPENDS="perl expat-dev" +WEB_SITE="https://metacpan.org/release/XML-Parser/" + SOURCE="XML-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/XML-Parser/" -WGET_URL="https://metacpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL" + +DEPENDS="expat perl" +BUILD_DEPENDS="expat-dev perl" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -27,6 +29,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -