wok diff perl-exporter-tiny/receipt @ rev 25086
created recipe for sylpheed-lang
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 17 06:42:13 2022 +0100 (2022-06-17) |
parents | 15650f5d595b |
children | d88ce536755a |
line diff
1.1 --- a/perl-exporter-tiny/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-exporter-tiny/receipt Fri Jun 17 06:42:13 2022 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-exporter-tiny" 1.7 -VERSION="1.002001" 1.8 +VERSION="1.002002" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension Exporter::Tiny." 1.11 MAINTAINER="nneul@neulinger.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/Exporter-Tiny" 1.14 +WEB_SITE="https://metacpan.org/pod/Exporter::Tiny" 1.15 +REPOLOGY="perl:exporter-tiny" 1.16 1.17 SOURCE="Exporter-Tiny" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -26,11 +27,11 @@ 1.20 { 1.21 perl Makefile.PL && 1.22 make && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make install DESTDIR=$DESTDIR 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cook_copy_folders lib 1.32 }