mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/clamav: Updated for version 1.3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b5c33f202e
commit
bfce3046c2
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com>
|
||||
# Copyright (c) 2011-2023 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright (c) 2011-2024 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -31,7 +31,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=clamav
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -164,6 +164,8 @@ cd build
|
|||
-DENABLE_MILTER=ON \
|
||||
-DENABLE_SYSTEMD=OFF \
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DDATABASE_DIRECTORY=/var/lib/clamav \
|
||||
-DENABLE_EXTERNAL_MSPACK=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="clamav"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://www.clamav.net/"
|
||||
DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.2.1.tar.gz"
|
||||
MD5SUM="370d19d82d330f451c309b551a1cd737"
|
||||
DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.3.0.tar.gz"
|
||||
MD5SUM="c70168adc7c88506e079ac86a0c57031"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rust16"
|
||||
REQUIRES="rust16 libmspack"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue