summaryrefslogtreecommitdiff
path: root/packages/clamav/clamav_0.90.2.bb
blob: fe3061606a26f9f2a9187b928ad498558faba6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require clamav.inc
PR = "r1"

# 0.9x requires curl for incremental database updates
DEPENDS += "curl"
DEPENDS += "virtual/libintl"

# Don't check for clamav uid/gid - they don't exist on the host
# Put virus definitions in /var/lib not /usr/lib
EXTRA_OECONF = "--disable-clamav \
                --with-zlib=${STAGING_DIR}/${HOST_SYS} \
                --with-libcurl \
                --with-dbdir=${localstatedir}/lib/clamav"

# Package up configuration utility - new for 0.9x
PACKAGES += "${PN}-clamconf"
FILES_${PN}-clamconf = "${bindir}/clamconf"