mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/clamav to 0.99.2-3
This commit is contained in:
parent
d2ceb8943d
commit
d12f301dfc
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue