2006-02-23 15:26:10 +00:00
|
|
|
|
# Description: Versatile e-mail processor
|
|
|
|
|
# URL: http://www.procmail.org/
|
2006-04-20 20:37:09 +00:00
|
|
|
|
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|