wok-current rev 22415
clamav: correct dep. name
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 20:20:47 2019 +0000 (2019-12-14) |
parents | c914ee3dc2b5 |
children | 2b9e0f314fb4 |
files | clamav/receipt |
line diff
1.1 --- a/clamav/receipt Sat Dec 14 20:04:51 2019 +0000 1.2 +++ b/clamav/receipt Sat Dec 14 20:20:47 2019 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="${WEB_SITE}downloads/production/$TARBALL" 1.5 1.6 DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl" 1.7 -BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash libcurl-dev" 1.8 +BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash curl-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()