# HG changeset patch # User Hans-G?nter Theisgen # Date 1585636463 -3600 # Node ID 46e850ee3a5d12b3ead4e5aa9f5ac1376810d1e3 # Parent bba2ce5f64b09cc69387cfc02e193334c979f6dd updated perl-getopt-long (2.37 -> 2.51) diff -r bba2ce5f64b0 -r 46e850ee3a5d perl-getopt-long/receipt --- a/perl-getopt-long/receipt Tue Mar 31 07:28:40 2020 +0100 +++ b/perl-getopt-long/receipt Tue Mar 31 07:34:23 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-getopt-long" -VERSION="2.37" +VERSION="2.51" CATEGORY="development" -SHORT_DESC="Getopt::Long module is a Perl extension." +SHORT_DESC="Perl extension Getopt::Long." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Getopt-Long" + +SOURCE="Getopt-Long" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/J/JV/JV/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Getopt-Long" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://cpan.org/authors/id/J/JV/JV/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -