diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-08 22:23:25 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-08 22:23:25 +0100 |
commit | 904a0bc498142a398a286139b2f65694dcddae8e (patch) | |
tree | 2fff7fa6adc2cddfcaad539175db049b6619ad8a /extra/procmail/Pkgfile | |
parent | 6d9e401d3717238fdccf8955b5d2b63fd65b498a (diff) | |
parent | b8621f96db6d5d462e3d3116b15aeb7eea066860 (diff) | |
download | nutyx-extra-904a0bc498142a398a286139b2f65694dcddae8e.tar.gz nutyx-extra-904a0bc498142a398a286139b2f65694dcddae8e.tar.bz2 nutyx-extra-904a0bc498142a398a286139b2f65694dcddae8e.tar.xz nutyx-extra-904a0bc498142a398a286139b2f65694dcddae8e.zip |
Merge commit 'skingrapher/master'
Diffstat (limited to 'extra/procmail/Pkgfile')
-rw-r--r-- | extra/procmail/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/procmail/Pkgfile b/extra/procmail/Pkgfile new file mode 100644 index 000000000..51c67962b --- /dev/null +++ b/extra/procmail/Pkgfile @@ -0,0 +1,16 @@ +# Description: MDA - agent de livraison de mail - possibilité d'y configurer des filtres +# URL: http://www.procmail.org/$name-$version.tar.gz) +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: +name=procmail +version=3.22 +release=1 +source=(http://www.procmail.org/$name-$version.tar.gz) + +build() { +cd $name-$version + sed -i 's/getline/get_line/' src/{fields.c,formail.c,formisc.{c,h}} + make LOCKINGTEST=/tmp install all + make BASENAME=$PKG/usr MANDIR=$PKG/usr/share/man install-suid +} |