# Description: Versatile mail delivery agent/filter
# URL:         http://www.procmail.org/
# Maintainer:  Fredrik Rinnestam, fredrik at crux dot nu

name=procmail
version=3.22
release=5
source=(ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/$name-$version.tar.gz
        $name-getline.patch CVE-2014-3618.patch)

build() {
    cd $name-$version
    patch -p1 -i $SRC/$name-getline.patch
    make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
    make BASENAME=$PKG/usr install
    make BASENAME=$PKG/usr install-suid

    install -d $PKG/usr/share
    mv $PKG/usr/man $PKG/usr/share/
}
