From f3c7ac7b194ffc6ea10591daf87d777ffa00547f Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 14 Sep 2006 05:32:34 +0000 Subject: clamav 0.84: Inherit binconfig so that the clamav-config script is staged, so that building applications that depend on libclamav works. Also update some descriptions. --- packages/clamav/clamav_0.88.4.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/clamav/clamav_0.88.4.bb') diff --git a/packages/clamav/clamav_0.88.4.bb b/packages/clamav/clamav_0.88.4.bb index 8e51551861..d0d503eadb 100644 --- a/packages/clamav/clamav_0.88.4.bb +++ b/packages/clamav/clamav_0.88.4.bb @@ -5,8 +5,8 @@ DESCRIPTION_${PN}-lib = "The dynamic library that is shared between all of \ the Clam AntiVirus components" DESCRIPTION_${PN}-freshclam = "An automatic virus signature update \ application for Clam AntiVirus" -DESCRIPTION_${PN}-data = "Static anti virus signature database for Clam AntiVirus" -DESCRIPTION_${PN}-daemon = "A on-demand file scanning service for Clam AntiVirus" +DESCRIPTION_${PN}-data = "Static antivirus signature database for Clam AntiVirus" +DESCRIPTION_${PN}-daemon = "An on-demand file scanning service for Clam AntiVirus" HOMEPAGE = "http://www.clamav.net/" SECTION = "network" MAINTAINER = "Jamie Lenehan " @@ -16,6 +16,7 @@ RDEPENDS_${PN} = "${PN}-data" RDEPENDS_${PN}-daemon = "${PN}-data" RRECOMMENDS_${PN} = "${PN}-freshclam" RRECOMMENDS_${PN}-daemon = "${PN}-freshclam" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \ file://cross-compile-fix.patch;patch=1 \ @@ -26,7 +27,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \ file://clamd.conf \ file://freshclam.conf" -inherit autotools update-rc.d +inherit autotools update-rc.d binconfig # Don't check for clamav uid/gid - they don't exist on the host # Put virus definitions in /var/lib not /usr/lib -- cgit v1.2.3