summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2012-03-07 18:58:53 +0400
committerVlad Glagolev2012-03-07 18:58:53 +0400
commit486b87cae8e5cf7917914c3f08fd8dc5dd70bf98 (patch)
tree902069f63626a75e3d7e587f2be90c528a130183 /antivirus/clamav/DETAILS
parent666e2113f9d0e803d88c716553cee13f5bc51559 (diff)
clamav: corrected pidfile dir
Diffstat (limited to 'antivirus/clamav/DETAILS')
-rwxr-xr-xantivirus/clamav/DETAILS9
1 files changed, 5 insertions, 4 deletions
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index 30311fbbd4..771c7266a4 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,10 +1,11 @@
SPELL=clamav
VERSION=0.97.3
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SPELL-$VERSION.tar.gz.sig
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-/}
- SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE2_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE2
+ SOURCE2=$SOURCE.sig
+ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//-/}"
+ SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=vendor_clamav.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.clamav.net