opt/procmail/Pkgfile
2006-09-18 17:34:55 +00:00

16 lines
425 B
Plaintext

# Description: Versatile mail delivery agent/filter
# URL: http://www.procmail.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=procmail
version=3.22
release=2
source=(ftp://ftp.procmail.net/pub/procmail/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
make BASENAME=$PKG/usr install
make BASENAME=$PKG/usr install-suid
}