wok view procmail/receipt @ rev 3799

Upgrade: lxpanel (0.3.8.1 to 0.5.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 14:27:24 2009 +0000 (2009-08-03)
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 }