wok-6.x diff perl-event/receipt @ rev 25449
BootProg/boot32.asm: floppy chs support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 12 16:35:46 2022 +0000 (2022-09-12) |
parents | 15650f5d595b |
children |
line diff
1.1 --- a/perl-event/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-event/receipt Mon Sep 12 16:35:46 2022 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-event" 1.7 -VERSION="1.27" 1.8 +VERSION="1.28" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension Event." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -LICENSE="unknown" 1.13 -WEB_SITE="https://metacpan.org/release/Event" 1.14 +LICENSE="GPL" 1.15 +WEB_SITE="https://metacpan.org/pod/Event" 1.16 +REPOLOGY="perl:event" 1.17 1.18 SOURCE="Event" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 @@ -27,12 +28,11 @@ 1.21 { 1.22 perl Makefile.PL && 1.23 make && 1.24 - make DESTDIR=$DESTDIR install 1.25 + make install DESTDIR=$DESTDIR 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - mkdir -p $fs/usr 1.32 - cp -a $install/usr/lib $fs/usr 1.33 + cook_copy_folders lib 1.34 }