wok view procmail/receipt @ rev 2813

Qt4-dev update to 4.5.0
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 10:22:47 2009 +0000 (2009-04-29)
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 }