wok diff perl-file-rsync/receipt @ rev 25521
created recipes for unibilium and unibilium-dev 2.1.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 17:05:40 2023 +0100 (20 months ago) |
parents | 15650f5d595b |
children | b27d8c263cba |
line diff
1.1 --- a/perl-file-rsync/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-file-rsync/receipt Fri Feb 24 17:05:40 2023 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-file-rsync" 1.7 -VERSION="0.74" 1.8 +VERSION="0.49" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Perl Rsync client" 1.11 -MAINTAINER="slaxemulator@gmail.com" 1.12 +SHORT_DESC="Perl module interface to rsync." 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="GPL" 1.15 -SOURCE="File-RsyncP" 1.16 +WEB_SITE="https://metacpan.org/pod/File::Rsync" 1.17 +REPOLOGY="perl:file-rsync" 1.18 +SOURCE="File-Rsync" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WEB_SITE="https://metacpan.org/release/File-RsyncP" 1.21 -WGET_URL="https://metacpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL" 1.22 +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL" 1.23 1.24 DEPENDS="perl rsync" 1.25 BUILD_DEPENDS="perl" 1.26 @@ -24,13 +25,12 @@ 1.27 compile_rules() 1.28 { 1.29 perl Makefile.PL && 1.30 - make -j1 && 1.31 - make -j1 DESTDIR=$DESTDIR install 1.32 + make && 1.33 + make install DESTDIR=$DESTDIR 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cook_copy_folders lib 1.42 }