diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2009-12-08 18:28:07 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2009-12-08 18:28:07 +0400 |
commit | 6980b3f7d0429dadf176089be4f331426c1a1763 (patch) | |
tree | 2faac34ee7aa0ff82295d99a5f13ada909c97311 /extra/procmail/Pkgfile | |
parent | f25f3ccdfda48d495741f81749253a44b90c85e7 (diff) | |
download | nutyx-pakxe-6980b3f7d0429dadf176089be4f331426c1a1763.tar.gz nutyx-pakxe-6980b3f7d0429dadf176089be4f331426c1a1763.tar.bz2 nutyx-pakxe-6980b3f7d0429dadf176089be4f331426c1a1763.tar.xz nutyx-pakxe-6980b3f7d0429dadf176089be4f331426c1a1763.zip |
ajout de procmail#3.22-1
Diffstat (limited to 'extra/procmail/Pkgfile')
-rw-r--r-- | extra/procmail/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/procmail/Pkgfile b/extra/procmail/Pkgfile new file mode 100644 index 000000000..6d2961912 --- /dev/null +++ b/extra/procmail/Pkgfile @@ -0,0 +1,17 @@ +# 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 \ + $name-getline.patch) + +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 +} |