diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-14 05:32:34 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-14 05:32:34 +0000 |
commit | f3c7ac7b194ffc6ea10591daf87d777ffa00547f (patch) | |
tree | f1b55524ceef1f8afc006ab86926390d1b71bcfe /packages/clamav | |
parent | a9d54e2017021c13961749b8ce56dfbe261be8fc (diff) |
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.
Diffstat (limited to 'packages/clamav')
-rw-r--r-- | packages/clamav/clamav_0.88.4.bb | 7 |
1 files changed, 4 insertions, 3 deletions
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 <lenehan@twibble.org>" @@ -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 |