opt/procmail/Pkgfile

16 lines
425 B
Plaintext
Raw Normal View History

2006-09-18 19:34:55 +02:00
# Description: Versatile mail delivery agent/filter
2006-02-23 16:26:10 +01:00
# URL: http://www.procmail.org/
2006-09-18 19:34:55 +02:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01: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
}