wok-current diff clamav/receipt @ rev 2824
Add libparserutils (parser library)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 29 21:29:51 2009 +0200 (2009-04-29) |
parents | fc291facb737 |
children | dfeca2ad1595 |
line diff
1.1 --- a/clamav/receipt Fri Apr 10 18:03:20 2009 +0000 1.2 +++ b/clamav/receipt Wed Apr 29 21:29:51 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Antivirus." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="zlib gmp bzip2 libiconv slitaz-base-files" 1.8 +DEPENDS="zlib gmp bzip2 libiconv slitaz-base-files ncurses" 1.9 BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.clamav.net/" 1.12 @@ -23,8 +23,8 @@ 1.13 --sysconfdir=/etc/clamav \ 1.14 --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22