wok rev 1341

Up: clamav (0.94) + deps
author Paul Issott <paul@slitaz.org>
date Tue Sep 02 21:14:20 2008 +0000 (2008-09-02)
parents 6a3b6976071a
children c7714dc13119
files clamav/receipt
line diff
     1.1 --- a/clamav/receipt	Mon Sep 01 16:17:17 2008 +0000
     1.2 +++ b/clamav/receipt	Tue Sep 02 21:14:20 2008 +0000
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clamav"
     1.7 -VERSION="0.93.3"
     1.8 +VERSION="0.94"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="Antivirus"
    1.11 +SHORT_DESC="Antivirus."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13 -DEPENDS="gmp"
    1.14 +DEPENDS="zlib gmp bzip2"
    1.15 +BUILD_DEPENDS="zlib-dev bzip2-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://www.clamav.net/"
    1.18  WGET_URL="http://downloads.sourceforge.net/clamav/$TARBALL"
    1.19 @@ -62,7 +63,7 @@
    1.20  	
    1.21  	# adduser clamav if needed
    1.22  	if ! grep -q clamav $1/etc/passwd; then
    1.23 -		echo "Adding user clamav..."
    1.24 +		echo -n "Adding user clamav..."
    1.25  		chroot $1/ adduser clamav -s /bin/false -H -D -S
    1.26  		status
    1.27  	fi