summaryrefslogtreecommitdiff
path: root/procmail/Pkgfile
blob: 69f24ac87b88faad8b286c3e6e443ec13efecb44 (plain)
    1 # Description: Versatile mail delivery agent/filter
    2 # URL:         http://www.procmail.org/
    3 # Maintainer:  Juergen Daubert, juergen dot daubert at t-online dot de
    4 
    5 name=procmail
    6 version=3.22
    7 release=3
    8 source=(ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/$name-$version.tar.gz
    9         $name-getline.patch)
   10 
   11 build() {
   12     cd $name-$version
   13     patch -p1 -i $SRC/$name-getline.patch
   14     make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
   15     make BASENAME=$PKG/usr install
   16     make BASENAME=$PKG/usr install-suid
   17 }

Generated by cgit