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

Add postgresql-contrib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 05 16:25:04 2017 +0200 (2017-04-05)
parents 2d12ebd38be4
children 543e0fa614bc
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 SOURCE="File-RsyncP"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://search.cpan.org/dist/File-RsyncP"
12 WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL"
14 DEPENDS="perl rsync"
15 BUILD_DEPENDS="perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make -j1 &&
23 make -j1 DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }