opt/procmail/Pkgfile

18 lines
486 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/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=procmail
version=3.22
release=3
2010-06-26 10:08:49 +02:00
source=(ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/$name-$version.tar.gz
$name-getline.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/$name-getline.patch
2006-02-23 16:26:10 +01:00
make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
make BASENAME=$PKG/usr install
make BASENAME=$PKG/usr install-suid
}