# HG changeset patch # User Hans-G?nter Theisgen # Date 1585636120 -3600 # Node ID bba2ce5f64b09cc69387cfc02e193334c979f6dd # Parent ed2ab2ea5f629851413e872abb6b5f35ec7f7d95 updated perl-geo-ipfree (0.5 -> 1.151940) diff -r ed2ab2ea5f62 -r bba2ce5f64b0 perl-geo-ipfree/receipt --- a/perl-geo-ipfree/receipt Tue Mar 31 07:22:48 2020 +0100 +++ b/perl-geo-ipfree/receipt Tue Mar 31 07:28:40 2020 +0100 @@ -1,25 +1,25 @@ # SliTaz package receipt. PACKAGE="perl-geo-ipfree" -VERSION="0.5" +VERSION="1.151940" CATEGORY="development" -SHORT_DESC="Geo::IPfree module is a Perl extension." +SHORT_DESC="Perl extension Geo::IPfree." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Geo-IPfree" + +SOURCE="Geo-IPfree" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/B/BR/BRICAS/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Geo-IPfree" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/B/BR/BRICAS/$TARBALL" - # Rules to configure and make the package. compile_rules() { - cd $src - perl Makefile.PL - make + perl Makefile.PL && + make && make DESTDIR=$DESTDIR install } @@ -27,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -