wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-file-rsyncp/receipt	Fri Dec 31 15:55:26 2021 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-file-rsyncp"
     1.7 +VERSION="0.76"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Perl Rsync client"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="https://metacpan.org/pod/File::RsyncP"
    1.13 +REPOLOGY="perl:file-rsyncp"
    1.14 +
    1.15 +SOURCE="File-RsyncP"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://www.cpan.org/modules/by-module/File/$TARBALL"
    1.18 +
    1.19 +DEPENDS="perl rsync"
    1.20 +BUILD_DEPENDS="perl"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	perl Makefile.PL &&
    1.26 +	make -j 1 &&
    1.27 +	make install DESTDIR=$DESTDIR
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cook_copy_folders	lib
    1.34 +}