wok-next view perl-file-rsync/receipt @ rev 10721

postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 18:20:04 2011 +0000 (2011-05-28)
parents
children 2d12ebd38be4
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 DEPENDS="perl rsync"
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 perl Makefile.PL &&
19 make -j1 &&
20 make -j1 DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/lib $fs/usr
28 }