diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-05-16 09:22:19 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-05-16 09:22:19 +0000 |
commit | aa4b544f65b89c234e4960d4cf77f241e93298f1 (patch) | |
tree | ad48d0d8733b2a2a1e6a55ac94373d8307ca6522 /packages/clamav/clamav_0.90.2.bb | |
parent | 5a31e33258c19b0ca28bf72910db0b3fd0ffb96d (diff) | |
parent | 8d9def659cb40eefce8f643cc05c6ec35d469d87 (diff) |
merge of '2e36c8f0c56f59ea677a4fe8814a5a2db0728380'
and '3bbd9735ce9ed4fbb5306c2f3ec8720768f407eb'
Diffstat (limited to 'packages/clamav/clamav_0.90.2.bb')
-rw-r--r-- | packages/clamav/clamav_0.90.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/clamav/clamav_0.90.2.bb b/packages/clamav/clamav_0.90.2.bb new file mode 100644 index 0000000000..fe3061606a --- /dev/null +++ b/packages/clamav/clamav_0.90.2.bb @@ -0,0 +1,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" |