wok rev 20789
updated clamav and clamav-dev (0.99.2 -> 0.101.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 16:37:18 2019 +0100 (2019-02-14) |
parents | 15af92a0041c |
children | 267b3df625ae |
files | clamav-dev/receipt clamav/receipt |
line diff
1.1 --- a/clamav-dev/receipt Thu Feb 14 16:07:19 2019 +0100 1.2 +++ b/clamav-dev/receipt Thu Feb 14 16:37:18 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clamav-dev" 1.7 -VERSION="0.99.2" 1.8 +VERSION="0.101.1" 1.9 CATEGORY="development" 1.10 +TAGS="antivirus" 1.11 SHORT_DESC="Clamav dev files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://www.clamav.net/" 1.15 -TAGS="antivirus" 1.16 + 1.17 WANTED="clamav" 1.18 - 1.19 DEPENDS="clamav pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 @@ -23,4 +23,3 @@ 1.23 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 cp -a $install/usr/bin/clamav-config $fs/usr/bin 1.25 } 1.26 -
2.1 --- a/clamav/receipt Thu Feb 14 16:07:19 2019 +0100 2.2 +++ b/clamav/receipt Thu Feb 14 16:37:18 2019 +0100 2.3 @@ -1,15 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="clamav" 2.7 -VERSION="0.99.2" 2.8 +VERSION="0.101.1" 2.9 CATEGORY="security" 2.10 +TAGS="antivirus" 2.11 SHORT_DESC="Antivirus." 2.12 MAINTAINER="paul@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="http://www.clamav.net/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://www.clamav.net/" 2.18 WGET_URL="${WEB_SITE}downloads/production/$TARBALL" 2.19 -TAGS="antivirus" 2.20 2.21 DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl" 2.22 BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash"