wok view procmail/receipt @ rev 17590

Up: gdk-pixbuf 2.31.2
author Alexander Medvedev <devl547@gmail.com>
date Mon Feb 09 21:52:32 2015 +0000 (2015-02-09)
parents c390c1a5e082
children 7c0170dd3ecc
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.procmail.org/"
11 WGET_URL="${WEB_SITE}$TARBALL"
12 CONFIG_FILES="/etc/procmail*"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 find -name '*.c' | xargs sed -i 's/getline/get_line/' src/formisc.h
19 sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake
20 yes '' | make VISIBLE_BINDIR=$DESTDIR/usr/bin
21 make BINDIR=$DESTDIR/usr/bin install.bin
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }