wok view perl-file-rsyncp/receipt @ rev 24210

properly renamed perl-file-rsync to perl-file-rsyncp
author Hans-G?nter Theisgen
date Fri Dec 31 15:55:26 2021 +0100 (2021-12-31)
parents
children 77dd7f0592b5
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-file-rsyncp"
4 VERSION="0.76"
5 CATEGORY="development"
6 SHORT_DESC="Perl Rsync client"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/File::RsyncP"
10 REPOLOGY="perl:file-rsyncp"
12 SOURCE="File-RsyncP"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL"
16 DEPENDS="perl rsync"
17 BUILD_DEPENDS="perl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make -j 1 &&
24 make install DESTDIR=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_folders lib
31 }