wok annotate perl-file-copy-recursive/receipt @ rev 23367
updated perl-math-round (0.06 -> 0.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:15:04 2020 +0100 (2020-03-31) |
parents | 660220d9dba5 |
children | 15650f5d595b |
rev | line source |
---|---|
pascal@20469 | 1 # SliTaz package receipt. |
pascal@20469 | 2 |
pascal@20469 | 3 PACKAGE="perl-file-copy-recursive" |
Hans-G?nter@23328 | 4 VERSION="0.45" |
pascal@20469 | 5 CATEGORY="development" |
Hans-G?nter@23328 | 6 SHORT_DESC="Perl extension File::Copy::Recursive." |
pascal@20469 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20469 | 8 LICENSE="GPL" |
Hans-G?nter@23328 | 9 WEB_SITE="https://metacpan.org/release/File-Copy-Recursive" |
Hans-G?nter@23328 | 10 |
Hans-G?nter@23328 | 11 SOURCE="File-Copy-Recursive" |
Hans-G?nter@23328 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23328 | 13 WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" |
Hans-G?nter@23328 | 14 |
pascal@20469 | 15 DEPENDS="perl" |
pascal@20469 | 16 BUILD_DEPENDS="perl" |
pascal@20469 | 17 |
pascal@20469 | 18 # Rules to configure and make the package. |
pascal@20469 | 19 compile_rules() |
pascal@20469 | 20 { |
pascal@20469 | 21 perl Makefile.PL && |
pascal@20469 | 22 make && |
pascal@20469 | 23 make DESTDIR=$DESTDIR install |
pascal@20469 | 24 } |
pascal@20469 | 25 |
pascal@20469 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20469 | 27 genpkg_rules() |
pascal@20469 | 28 { |
pascal@20469 | 29 mkdir -p $fs/usr |
Hans-G?nter@23328 | 30 cp -a $install/usr/lib $fs/usr |
pascal@20469 | 31 } |