wok-6.x diff perl-event/receipt @ rev 23712
updated udftools (2.1 -> 2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 17:35:06 2020 +0100 (2020-04-28) |
parents | 46fc8daa3b41 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-event/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/perl-event/receipt Tue Apr 28 17:35:06 2020 +0100 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-event" 1.7 -VERSION="1.23" 1.8 +VERSION="1.27" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Event module is a Perl extension." 1.11 +SHORT_DESC="Perl extension Event." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="unknown" 1.14 +WEB_SITE="https://metacpan.org/release/Event" 1.15 + 1.16 SOURCE="Event" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://cpan.org/" 1.19 -WGET_URL="http://cpan.org/authors/id/E/ET/ETJ/$TARBALL" 1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Event/$TARBALL" 1.21 + 1.22 SUGGESTED="perl-time-hires" 1.23 - 1.24 DEPENDS="perl" 1.25 BUILD_DEPENDS="perl" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - perl Makefile.PL 1.31 - make 1.32 + perl Makefile.PL && 1.33 + make && 1.34 make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 @@ -27,6 +28,5 @@ 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr 1.41 - cp -a $install/usr/lib $fs/usr 1.42 + cp -a $install/usr/lib $fs/usr 1.43 } 1.44 -