wok view perl-file-rsync/receipt @ rev 14921

Up: firefox-langpack-pt_PT (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:25:46 2013 +0000 (2013-08-06)
parents aebdea8abc92
children 573d4c473481
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-file-rsync"
4 VERSION="0.68"
5 CATEGORY="development"
6 SHORT_DESC="Perl Rsync client"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 DEPENDS="perl rsync"
10 SOURCE="File-RsyncP"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://search.cpan.org/dist/File-RsyncP"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL &&
20 make -j1 &&
21 make -j1 DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }