wok diff clamav/receipt @ rev 3225
Up: setuptools (0.6c9) and fix depends
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri May 29 03:54:58 2009 +0000 (2009-05-29) |
parents | dfeca2ad1595 |
children | c7584773b8f1 |
line diff
1.1 --- a/clamav/receipt Fri May 15 03:34:46 2009 +0200 1.2 +++ b/clamav/receipt Fri May 29 03:54:58 2009 +0000 1.3 @@ -18,15 +18,12 @@ 1.4 adduser clamav -s /bin/false -H -D -S 1.5 1.6 cd $src 1.7 - if [ -d /var/lib/tazpkg/installed/libiconv-dev ]; then 1.8 - echo "libiconv-dev is installed, Dep on libiconv (1,3 Mb) is not a good idea." 1.9 - exit 0 1.10 - fi 1.11 ./configure \ 1.12 --prefix=/usr \ 1.13 --sysconfdir=/etc/clamav \ 1.14 --infodir=/usr/share/info \ 1.15 --mandir=/usr/share/man \ 1.16 + --with-iconv=no \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install