wok-next view perl-file-copy-recursive/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-file-copy-recursive"
4 VERSION="0.44"
5 CATEGORY="perl"
6 SHORT_DESC="File::Copy::Recursive - Perl extension for recursively copying \
7 files and directories"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/File-Copy-Recursive"
11 REPOLOGY="perl:file-copy-recursive"
13 TARBALL="File-Copy-Recursive-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL"
16 BUILD_DEPENDS="perl"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl"
29 }