# HG changeset patch # User Hans-G?nter Theisgen # Date 1585722290 -3600 # Node ID f01f91cda0f1f01a6d63c2c22f1d90612ab5e3ae # Parent aa78751a04b3b54fcc0039db49dbadfd7f6e05cc updated perl-xml-entities (1.0000 -> 1.0002) diff -r aa78751a04b3 -r f01f91cda0f1 perl-xml-entities/receipt --- a/perl-xml-entities/receipt Wed Apr 01 07:18:17 2020 +0100 +++ b/perl-xml-entities/receipt Wed Apr 01 07:24:50 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-xml-entities" -VERSION="1.0000" +VERSION="1.0002" CATEGORY="development" -SHORT_DESC="XML::Entities module is a Perl extension." +SHORT_DESC="Perl extension XML::Entities." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/XML-Entities" + +SOURCE="XML-Entities" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/XML/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl perl-libwww perl-uri" -SOURCE="XML-Entities" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/XML-Entities" -WGET_URL="https://metacpan.org/CPAN/authors/id/S/SI/SIXTEASE/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -