wok-6.x diff clamav/receipt @ rev 1514
Update some BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 06 19:20:18 2008 +0000 (2008-10-06) |
parents | 10710b8535bc |
children | 017bcfe12393 |
line diff
1.1 --- a/clamav/receipt Thu Jul 24 12:27:06 2008 +0000 1.2 +++ b/clamav/receipt Mon Oct 06 19:20:18 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