1 # Maintainer: Leandro Costa <lokidarkeden@gmail.com>
6 pkgdesc='is an antivirus redirector for Squid proxy based on the Awards winnings ClamAv anti-virus toolkit. Using it will help you securing your home or enterprise network web traffic. SquidClamav is the most efficient Squid Redirector antivirus tool for HTTP traffic available for free, it is written in C and can handle thousand of connections. The way to add more securing on your network for free is here.'
12 url='http://squidclamav.darold.net/'
13 depends=('squid' 'clamav' 'curl' 'c-icap')
14 makedepends=('gcc' 'make')
17 source=("http://downloads.sourceforge.net/project/squidclamav/squidclamav/${pkgver}/squidclamav-${pkgver}.tar.gz")
18 md5sums=('097a17e5366fd4416e81964ae75ef456')
21 cd ${srcdir}/squidclamav-${pkgver}
22 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1;
24 make install DESTDIR=${pkgdir} || return 1;