# Description: Small and fast mail filter program for Postfix+ClamAV # Maintainer: Malster Clover # URL: http://real-ghost.narod.ru/ name=clamd-postfix version=1 release=1 source=(http://real-ghost.narod.ru/$name.c.gz clamd-postfix.patch) build(){ gzip -d clamd-postfix.c.gz patch -p0 < clamd-postfix.patch gcc clamd-postfix.c -o clamd-postfix mkdir -p $PKG/usr/libexec/postfix install -m 755 -o root -g root $SRC/clamd-postfix $PKG/usr/libexec/postfix/clamd-postfix }