opt/procmail/Pkgfile
Juergen Daubert b6c6451f20 Merge branch '2.5' into 2.6
Conflicts:
	php-mysql/Pkgfile
	procmail/Pkgfile
2009-06-22 18:44:03 +02:00

18 lines
484 B
Plaintext

# Description: Versatile mail delivery agent/filter
# URL: http://www.procmail.org/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=procmail
version=3.22
release=3
source=(http://www.procmail.org/$name-$version.tar.gz
$name-getline.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-getline.patch
make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
make BASENAME=$PKG/usr install
make BASENAME=$PKG/usr install-suid
}