# HG changeset patch # User Hans-G?nter Theisgen # Date 1585649757 -3600 # Node ID 856133701cb281f66a5280a1b0c6fb7b649b66b8 # Parent 41a1792504e65260894aa0bbdf28ea5ad70bf0ae updated perl-lwp-mediatypes (6.02 -> 6.04) diff -r 41a1792504e6 -r 856133701cb2 perl-lwp-mediatypes/receipt --- a/perl-lwp-mediatypes/receipt Tue Mar 31 11:09:53 2020 +0100 +++ b/perl-lwp-mediatypes/receipt Tue Mar 31 11:15:57 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-lwp-mediatypes" -VERSION="6.02" +VERSION="6.04" CATEGORY="development" -SHORT_DESC="guess media type for a file or a URL" +SHORT_DESC="Guess media type for a file or an URL." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/LWP-MediaTypes" + SOURCE="LWP-MediaTypes" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }