# $Id$ # Maintainer: Gaetan Bisson # Contributor: Sergej Pupykin # Contributor: mutantmonkey pkgname=libmilter _pkgname=sendmail pkgver=8.15.2 pkgrel=1 pkgdesc='Implementation of the sendmail Mail Filter API' url='https://www.proofpoint.com/us/sendmail-open-source' arch=('x86_64') options=('staticlibs') license=('custom:Sendmail open source license') validpgpkeys=('30BCA74705FA415455731D7BAAF5B5DE05BDCC53') source=("http://ftp.sendmail.org/${_pkgname}.${pkgver}.tar.gz"{,.sig} 'fd-passing-libmilter.patch') sha256sums=('24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439' 'SKIP' 'b856ebc17e39151652bda93f40f79756ac83eb4a0b67e6d55c049f3ebde42983') prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" patch -p1 -i ../fd-passing-libmilter.patch # FS#49421 # From http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter cat >> devtools/Site/site.config.m4 <