extra/clamav to 0.99.2-3

This commit is contained in:
Kevin Mihelich 2017-02-11 22:45:55 +00:00
parent d2ceb8943d
commit d12f301dfc

View file

@ -10,7 +10,7 @@
pkgname=clamav
pkgver=0.99.2
pkgrel=2
pkgrel=3
pkgdesc='Anti-virus toolkit for Unix'
url='http://www.clamav.net/'
license=('GPL')
@ -42,12 +42,15 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# --disable-zlib-vcheck because the configure script thinks that
# zlib 1.2.11 is older than 1.2.2
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc/clamav \
--with-dbdir=/var/lib/clamav \
--disable-clamav \
--disable-zlib-vcheck \
--enable-milter
make
}