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

Generated by cgit