wok view procmail/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents
children c390c1a5e082
line source
1 # SliTaz package receipt.
3 PACKAGE="procmail"
4 VERSION="3.22"
5 CATEGORY="network"
6 SHORT_DESC="mail processing and SmartList mailing list suites."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.procmail.org/"
10 WGET_URL="${WEB_SITE}$TARBALL"
11 CONFIG_FILES="/etc/procmail*"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake
18 yes '' | make VISIBLE_BINDIR=$PWD/_pkg/usr/bin
19 make BINDIR=$PWD/_pkg/usr/bin install.bin
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }