summaryrefslogtreecommitdiffstats
path: root/extra/procmail/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-12-08 18:28:07 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-12-08 18:28:07 +0400
commit6980b3f7d0429dadf176089be4f331426c1a1763 (patch)
tree2faac34ee7aa0ff82295d99a5f13ada909c97311 /extra/procmail/Pkgfile
parentf25f3ccdfda48d495741f81749253a44b90c85e7 (diff)
downloadnutyx-extra-6980b3f7d0429dadf176089be4f331426c1a1763.tar.gz
nutyx-extra-6980b3f7d0429dadf176089be4f331426c1a1763.tar.bz2
nutyx-extra-6980b3f7d0429dadf176089be4f331426c1a1763.tar.xz
nutyx-extra-6980b3f7d0429dadf176089be4f331426c1a1763.zip
ajout de procmail#3.22-1
Diffstat (limited to 'extra/procmail/Pkgfile')
-rw-r--r--extra/procmail/Pkgfile17
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
+}