# HG changeset patch # User Paul Issott # Date 1220390060 0 # Node ID e4688a3bbc50de9b80d4149c7a07a734f143b181 # Parent 6a3b6976071aef6617093904b48d81bab1dd5915 Up: clamav (0.94) + deps diff -r 6a3b6976071a -r e4688a3bbc50 clamav/receipt --- a/clamav/receipt Mon Sep 01 16:17:17 2008 +0000 +++ b/clamav/receipt Tue Sep 02 21:14:20 2008 +0000 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="clamav" -VERSION="0.93.3" +VERSION="0.94" CATEGORY="security" -SHORT_DESC="Antivirus" +SHORT_DESC="Antivirus." MAINTAINER="paul@slitaz.org" -DEPENDS="gmp" +DEPENDS="zlib gmp bzip2" +BUILD_DEPENDS="zlib-dev bzip2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.clamav.net/" WGET_URL="http://downloads.sourceforge.net/clamav/$TARBALL" @@ -62,7 +63,7 @@ # adduser clamav if needed if ! grep -q clamav $1/etc/passwd; then - echo "Adding user clamav..." + echo -n "Adding user clamav..." chroot $1/ adduser clamav -s /bin/false -H -D -S status fi