New package: procmail-3.22

This commit is contained in:
Christian Neukirchen 2014-07-12 20:04:34 +02:00
parent 94085ca085
commit 3427dc7b4d
1 changed files with 28 additions and 0 deletions

28
srcpkgs/procmail/template Normal file
View File

@ -0,0 +1,28 @@
# Template file for 'procmail'
pkgname=procmail
version=3.22
revision=1
hostmakedepends="opensmtpd"
depends="smtp-server"
short_desc="Autonomous mail processor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2, Artistic"
homepage="http://www.procmail.org"
distfiles="ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/${pkgname}-${version}.tar.gz"
checksum=087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117
post_extract() {
cd $wrksrc
sed -i s/getline/procmail_getline/g src/*
}
do_build() {
make ${makejobs} CC="$CC" CFLAGS0="${CFLAGS} ${LDFLAGS}" LOCKINGTEST=100
}
do_install() {
make BASENAME="${DESTDIR}/usr" MANDIR="${DESTDIR}/usr/share/man" install
for f in examples/*; do
vsconf $f
done
}