clamav: update to 0.99.1

This commit is contained in:
Jürgen Buchmüller 2016-03-03 01:08:53 +01:00
parent 1f0dc830ee
commit 9424dac75c
2 changed files with 9 additions and 9 deletions

View file

@ -1,24 +1,22 @@
# Template file for 'clamav' # Template file for 'clamav'
pkgname=clamav pkgname=clamav
version=0.99.0 version=0.99.1
revision=2 revision=1
wrksrc=${pkgname}-${version%.*}
build_style=gnu-configure build_style=gnu-configure
configure_args="--sbindir=/usr/bin --with-pcre=/usr" configure_args="--sbindir=/usr/bin --with-pcre=/usr"
conf_files="/etc/clamd.conf /etc/freshclam.conf" conf_files="/etc/clamd.conf /etc/freshclam.conf"
system_accounts="clamav" system_accounts="clamav"
clamav_homedir="/var/lib/${pkgname}" clamav_homedir="/var/lib/${pkgname}"
clamav_descr="ClamAV user" clamav_descr="ClamAV user"
hostmakedepends="pkg-config zip" hostmakedepends="bison flex pkg-config zip"
makedepends="libressl-devel libxml2-devel libcurl-devel ncurses-devel pcre-devel makedepends="libressl-devel libxml2-devel libcurl-devel ncurses-devel
tcl-devel bzip2-devel zlib-devel" json-c-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
short_desc="Clam Anti-Virus scanner" short_desc="Clam Anti-Virus scanner"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>" maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2" license="GPL-2"
homepage="http://www.clamav.net/" homepage="http://www.clamav.net/"
# Strangely the publish an archive without the subminor version distfiles="http://www.clamav.net/downloads/production/${pkgname}-${version}.tar.gz"
distfiles="http://www.clamav.net/downloads/production/${wrksrc}.tar.gz" checksum=e144689122d3f91293808c82cbb06b7d3ac9eca7ae29564c5d148ffe7b25d58a
checksum=d2792c8cfadd685fffc40b2199679628815df031fd3149ccf961649fc8787ea9
CPPFLAGS="-Wno-unused-local-typedefs" CPPFLAGS="-Wno-unused-local-typedefs"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then

2
srcpkgs/clamav/update Normal file
View file

@ -0,0 +1,2 @@
site=http://www.clamav.net/downloads
pattern='clamav-\K[0-9]+\.[0-9]+\.[0-9]+'