# HG changeset patch # User Hans-G?nter Theisgen # Date 1585648988 -3600 # Node ID d5f132bdab21fb6cb8c8cffaa7e221339d5a87ed # Parent aad106864a1c1f67397bfa35f4d20b61a9a756e4 updated perl-locale-maketext-lexicon (0.71 -> 1.00) diff -r aad106864a1c -r d5f132bdab21 perl-locale-maketext-lexicon/receipt --- a/perl-locale-maketext-lexicon/receipt Tue Mar 31 10:54:06 2020 +0100 +++ b/perl-locale-maketext-lexicon/receipt Tue Mar 31 11:03:08 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-locale-maketext-lexicon" -VERSION="0.71" +VERSION="1.00" CATEGORY="development" -SHORT_DESC="Locale::Maketext::Lexicon module is a Perl extension." +SHORT_DESC="Perl extension Locale::Maketext::Lexicon." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Locale-Maketext-Lexicon" + +SOURCE="Locale-Maketext-Lexicon" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Locale/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Locale-Maketext-Lexicon" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://cpan.org/authors/id/A/AU/AUDREYT/$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 } -